variable not set in 1.1.[3/4] check filesystem

Bug #204323 reported by fabiolone
2
Affects Status Importance Assigned to Milestone
iPod Convenience
Fix Released
Undecided
Unassigned

Bug Description

in line

...
 #Mount our Music Directory
    #work around if its 1.1.3+
    if ssh root@$192.168.1.211 test -d /var/mobile; then
        sshfs root@$IPADDRESS:/var/mobile/Media $MOUNTPOINT/ -o workaround=rename
    else
....

must be:
 #Mount our Music Directory
    #work around if its 1.1.3+
    if ssh root@$IPADDRESS test -d /var/mobile; then
        sshfs root@$IPADDRESS:/var/mobile/Media $MOUNTPOINT/ -o workaround=rename
    else

Revision history for this message
Mario Limonciello (superm1) wrote :

Fixed in 0.9

Changed in ipod-convenience:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.