summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Cozic <laurent@pogopixels.com>2016-05-05 14:10:06 +0200
committerLaurent Cozic <laurent@pogopixels.com>2016-05-05 14:10:06 +0200
commitb905b61a86c2ce22fba402c3df0ab34a51e90a1e (patch)
tree3ccecff1943e7aa069bf0b6cb358973b36e0e309
parentded89f98d60aa9ec229a5aa8d80c0042ec92b35a (diff)
Not supported on certain versions of BusyBox - fixes issue #52
-rwxr-xr-xrsync_tmbackup.sh2
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"
}
# -----------------------------------------------------------------------------