diff --git a/gmirator.sh b/gmirator.sh index 9f84eab..2d7828c 100755 --- a/gmirator.sh +++ b/gmirator.sh @@ -114,6 +114,10 @@ synchronise() { elif [[ $PARAM == "gmi" ]]; then echo "Synchtonising GMI content with remote" rsync -aP -e "ssh -p 1312" $LGMI $RGMI + else + echo "Synchtonising GMI and HTML content with remote" + rsync -aP -e "ssh -p 1312" $LHTML $RHTML + rsync -aP -e "ssh -p 1312" $LGMI $RGMI fi }