Remove temporary upgrade directory
This commit is contained in:
parent
f2728c9780
commit
a6e6af42e7
|
@ -6587,6 +6587,9 @@ function upgrade_owncloud_finish {
|
||||||
$OWNCLOUD_PATH/occ files:scan $USRNAME
|
$OWNCLOUD_PATH/occ files:scan $USRNAME
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# remove the temporary upgrade
|
||||||
|
rm -rf $OWNCLOUD_UPGRADE_PATH
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_owncloud_official_deb {
|
function install_owncloud_official_deb {
|
||||||
|
|
Loading…
Reference in New Issue