Delete owncloud progress
This commit is contained in:
parent
1f1a354901
commit
56440acc12
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue