From ef1ae61131a17dc06e102780268ddfbc2c09398f Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 2 Mar 2017 18:19:45 +0100 Subject: [PATCH] small fix --- nextcloud_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 5ae0dea4..14c8f972 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -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