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:
parent
ae433e6fa0
commit
47a4ac389d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue