get nextcloud-startup-script.sh

This commit is contained in:
Daniel Hansson 2016-06-14 16:27:19 +02:00 committed by GitHub
parent f7c0f05f4a
commit f5959a75f3

View File

@ -488,6 +488,15 @@ fi
else
wget -q $STATIC/instruction.sh -P $SCRIPTS
fi
# Get nextcloud-startup-script.sh
if [ -f $SCRIPTS/nextcloud-startup-script.sh ];
then
echo "nextcloud-startup-script.sh exists"
else
wget -q $GITHUB_REPO/testing/nextcloud-startup-script.sh -P $SCRIPTS
fi
# Clears command history on every login
if [ -f $SCRIPTS/history.sh ];
then