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:
parent
54346748f6
commit
d2126406d8
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue