1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/luckysheet_ynh.git synced 2024-09-03 19:36:21 +02:00
This commit is contained in:
ericgaspar 2021-05-27 14:17:17 +02:00
parent 8b43b215a1
commit 663e2d589c
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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