From b905b61a86c2ce22fba402c3df0ab34a51e90a1e Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 5 May 2016 14:10:06 +0200 Subject: [PATCH] Not supported on certain versions of BusyBox - fixes issue #52 --- rsync_tmbackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } # -----------------------------------------------------------------------------