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:
parent
fa6c99c927
commit
6ce41ae3a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue