diff options
| author | Laurent Cozic <laurent@pogopixels.com> | 2016-05-05 14:10:06 +0200 |
|---|---|---|
| committer | Laurent Cozic <laurent@pogopixels.com> | 2016-05-05 14:10:06 +0200 |
| commit | b905b61a86c2ce22fba402c3df0ab34a51e90a1e (patch) | |
| tree | 3ccecff1943e7aa069bf0b6cb358973b36e0e309 | |
| parent | ded89f98d60aa9ec229a5aa8d80c0042ec92b35a (diff) | |
Not supported on certain versions of BusyBox - fixes issue #52
| -rwxr-xr-x | rsync_tmbackup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 8991a84..3f6aa44 100755 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -101,7 +101,7 @@ fn_touch() { } fn_ln() { - fn_run_cmd "ln -vs -- $1 $2" + fn_run_cmd "ln -s -- $1 $2" } # ----------------------------------------------------------------------------- |
