From 3bb69a6ba4a8f6ed235556641a5584cb20fa097e Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 6 Feb 2020 18:06:07 +0100 Subject: Automatically generating index.html symlink --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/deploy.sh') diff --git a/bin/deploy.sh b/bin/deploy.sh index 4229af4..f121698 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash LOCALPATH=$1 DEPLOYPATH=`cat config/deploy-path` -RSYNCOPTS='-urpP --delete --copy-links --exclude=.menu.html' +RSYNCOPTS='-urpP --delete --links --exclude=.menu.html' if [ -s config/deploy-pass ] then sshpass -f config/deploy-pass rsync $RSYNCOPTS $LOCALPATH/ $DEPLOYPATH -- cgit v1.2.3