1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/anarchism_ynh.git synced 2024-09-03 18:05:55 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-01-31 18:17:09 +01:00
parent fa6c99c927
commit 6ce41ae3a7
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -43,7 +43,7 @@ fi
# If this folder exists, delete the old version of anarchism, and replace it with the new way to installing it. # If this folder exists, delete the old version of anarchism, and replace it with the new way to installing it.
if [ -d "/usr/share/doc/anarchism/html" ]; then if [ -d "/usr/share/doc/anarchism/html" ]; then
ynh_package_remove anarchism ynh_remove_app_dependencies anarchism
final_path=/var/www/$app final_path=/var/www/$app
ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_app_setting_set --app=$app --key=final_path --value=$final_path
fi fi