mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
get nextcloud-startup-script.sh
This commit is contained in:
parent
f7c0f05f4a
commit
f5959a75f3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user