From f5959a75f371be416d8046438dc8a853a0fc08eb Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 14 Jun 2016 16:27:19 +0200 Subject: [PATCH] get nextcloud-startup-script.sh --- testing/nextcloud_install_testing.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/testing/nextcloud_install_testing.sh b/testing/nextcloud_install_testing.sh index ad02fcbc..0e150783 100644 --- a/testing/nextcloud_install_testing.sh +++ b/testing/nextcloud_install_testing.sh @@ -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