LibreQR 2.0.0 + better packaging practices #11

Merged
miraty merged 23 commits from testing into master 2022-08-26 23:29:09 +02:00
Showing only changes of commit 6344ac48e1 - Show all commits

View file

@ -12,6 +12,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
ynh_script_progression --message="Restoring the NGINX configuration..." --weight=1
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_systemd_action --service_name=nginx --action=reload
ynh_script_progression --message="Recreating the dedicated system user..."
ynh_system_user_create --username=$app --home_dir="$final_path"