small fix

This commit is contained in:
Daniel Hansson 2017-03-02 18:19:45 +01:00 committed by GitHub
parent d2b918490d
commit ef1ae61131

View File

@ -159,7 +159,7 @@ if [ -d $SNAPDIR ]
then
wget $STATIC/spreedme.sh -P $SCRIPTS
bash $SCRIPTS/spreedme.sh
rm $SCRIPTS/spreedme.sh.*
rm $SCRIPTS/spreedme.*
sudo -u www-data php $NCPATH/occ app:enable spreedme
else
sleep 1