mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
cleaning
This commit is contained in:
parent
c2d3b55aa1
commit
c06a59c7ab
1 changed files with 1 additions and 3 deletions
|
@ -123,8 +123,6 @@ local mount_id=$(exec_occ files_external:create --output=json \
|
||||||
&& ynh_print_warn --message="Unable to create external storage" \
|
&& ynh_print_warn --message="Unable to create external storage" \
|
||||||
|| exec_occ files_external:option "$mount_id" enable_sharing true
|
|| exec_occ files_external:option "$mount_id" enable_sharing true
|
||||||
}
|
}
|
||||||
# Define app's data directory
|
|
||||||
#data_dir="/home/yunohost.app/$app/data"
|
|
||||||
|
|
||||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
|
@ -188,7 +186,7 @@ then
|
||||||
# Load the value for this version
|
# Load the value for this version
|
||||||
source upgrade.d/upgrade.$current_major_version.sh
|
source upgrade.d/upgrade.$current_major_version.sh
|
||||||
|
|
||||||
ynh_print_info --message="Upgrade to nextcloud $next_version"
|
ynh_print_info --message="Upgrade to Nextcloud $next_version"
|
||||||
|
|
||||||
# Create an app.src for this version of Nextcloud
|
# Create an app.src for this version of Nextcloud
|
||||||
cat > ../conf/app.src << EOF
|
cat > ../conf/app.src << EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue