1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncast-emojiwall_ynh.git synced 2024-09-03 19:56:19 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2023-10-06 15:51:51 +02:00
parent ae433e6fa0
commit 47a4ac389d

View file

@ -40,7 +40,7 @@ chown $app:$app "$install_dir/config/default.json"
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE
#================================================= #=================================================
ynh_script_progression -m "Starting the systemd service..." -w 1 ynh_script_progression --message="Starting the systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
@ -48,4 +48,4 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================
ynh_script_progression -m "Change of URL completed for $app" -l ynh_script_progression --message="Change of URL completed for $app" --last