1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cac-proxy_ynh.git synced 2024-09-03 18:16:07 +02:00

fix upgrade

This commit is contained in:
Salamandar 2024-01-05 17:15:51 +01:00
parent 54346748f6
commit d2126406d8

View file

@ -25,6 +25,12 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
if [ -z "${public_key+x}" ]; then
# Missing setting ?
public_key=""
ynh_app_setting_set --app="$app" --key=public_key --value="$public_key"
fi
#=================================================
# INSTALL NODEJS
#=================================================