This commit is contained in:
Bob Mottram 2016-03-12 13:30:40 +00:00
parent 04206acac6
commit f7ac73fe01
1 changed files with 2 additions and 2 deletions

View File

@ -6479,8 +6479,8 @@ function upgrade_owncloud_start {
fi
# remove any owncloud entries from completion
sed -i 's/install_owncloud.*/d' $COMPLETION_FILE
sed -i 's/owncloud.*/d' $COMPLETION_FILE
sed -i '/install_owncloud.*/d' $COMPLETION_FILE
sed -i '/owncloud.*/d' $COMPLETION_FILE
# create directories
if [ ! -d $OWNCLOUD_UPGRADE_PATH/data ]; then