mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
Fix typo
This commit is contained in:
parent
5cefde88f7
commit
765a0c075e
3 changed files with 3 additions and 3 deletions
|
@ -133,7 +133,7 @@ yunohost service add $app --description "Streama media system" --log "/var/log/$
|
|||
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Grails application running at"
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Grails application running at"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
|
@ -91,7 +91,7 @@ yunohost service add "$app" --description "Streama media system" --log "/var/log
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||
|
||||
ynh_systemd_action --service_name="$app" --action="start" --log_path="/systemd" --line_match="Grails application running at"
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Grails application running at"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
|
@ -113,7 +113,7 @@ yunohost service add $app --description "Streama media system" --log "/var/log/$
|
|||
ynh_script_progression --message="Starting a systemd service..." --weight=5
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Grails application running at"
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Grails application running at"
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Add table
Reference in a new issue