mirror of
https://github.com/YunoHost-Apps/luckysheet_ynh.git
synced 2024-09-03 19:36:21 +02:00
Fix
This commit is contained in:
parent
8b43b215a1
commit
663e2d589c
3 changed files with 3 additions and 3 deletions
|
@ -142,7 +142,7 @@ yunohost service add $app --description="Online spreadsheet like excel" --log="/
|
||||||
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||||
|
|
||||||
# Start a systemd service
|
# Start a systemd service
|
||||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Serving files from: dist"
|
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started Luckysheet: online spreadsheet."
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
|
@ -98,7 +98,7 @@ yunohost service add $app --description="Online spreadsheet like excel" --log="/
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||||
|
|
||||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Serving files from: dist"
|
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started Luckysheet: online spreadsheet."
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
|
@ -155,7 +155,7 @@ yunohost service add $app --description="Online spreadsheet like excel" --log="/
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||||
|
|
||||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Serving files from: dist"
|
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started Luckysheet: online spreadsheet."
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Add table
Reference in a new issue