Delete owncloud progress

This commit is contained in:
Bob Mottram 2016-03-12 14:09:26 +00:00
parent 1f1a354901
commit 56440acc12
1 changed files with 3 additions and 2 deletions

View File

@ -6481,8 +6481,9 @@ function upgrade_owncloud_start {
echo $'Starting upgrade of Owncloud'
# remove any owncloud entries from completion
sed -i '/install_owncloud.*/d' $COMPLETION_FILE
sed -i '/owncloud.*/d' $COMPLETION_FILE
sed -i '/install_owncloud/d' $COMPLETION_FILE
sed -i '/owncloud/d' $COMPLETION_FILE
sed -i '/Owncloud/d' $COMPLETION_FILE
# create directories
if [ ! -d $OWNCLOUD_UPGRADE_PATH/data ]; then