From 3e445fe68e2240e73df76efcd6ceb2dba619fe75 Mon Sep 17 00:00:00 2001 From: enoch85 Date: Mon, 17 Oct 2016 01:40:48 +0200 Subject: [PATCH] include spreedme script --- nextcloud-startup-script.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 8dd7fcf6..4792c39b 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -64,6 +64,15 @@ ADDRESS=$(hostname -I | cut -d ' ' -f 1) echo "Getting scripts from GitHub to be able to run the first setup..." +# Get spreedme script +if [ -f $SCRIPTS/spreedme.sh ] +then + rm $SCRIPTS/spreedme.sh + wget -q $STATIC/spreedme.sh -P $SCRIPTS +else + wget -q $STATIC/spreedme.sh -P $SCRIPTS +fi + # Get script for temporary fixes if [ -f $SCRIPTS/temporary.sh ] then