1 |
wellsi |
1.1 |
diff -up e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup.cifsmount-error e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup |
2 |
|
|
--- e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup.cifsmount-error 2013-07-07 12:15:09.000000000 -0700 |
3 |
|
|
+++ e-smith-backup-2.2.0/root/etc/e-smith/web/functions/backup 2013-07-07 12:20:33.000000000 -0700 |
4 |
|
|
@@ -3173,7 +3173,7 @@ sub dmount() |
5 |
|
|
|
6 |
|
|
if ($VFSType eq 'cifs') |
7 |
|
|
{ |
8 |
|
|
- return ( qx(/bin/mount -t cifs "$host:$share" $mountdir -o credentials=/etc/dar/CIFScredentials,nounix) ); |
9 |
|
|
+ return ( qx(/bin/mount -t cifs "$host:$share" $mountdir -o credentials=/etc/dar/CIFScredentials,nounix 2>&1) ); |
10 |
|
|
} |
11 |
|
|
elsif ($VFSType eq 'nfs') |
12 |
|
|
{ |