mirror of
https://github.com/YunoHost-Apps/tiddlywiki_ynh.git
synced 2024-09-03 20:26:34 +02:00
Fix
This commit is contained in:
parent
516a8060e8
commit
787783a264
2 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ yunohost service add $app --description="A non-linear personal web notebook" --l
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started TiddlyWiki: interactive wiki."
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Serving on"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
|
@ -134,7 +134,7 @@ yunohost service add $app --description="A non-linear personal web notebook" --l
|
|||
#=================================================
|
||||
ynh_print_info --message="Starting a systemd service..." --weight=1
|
||||
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started TiddlyWiki: interactive wiki."
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Serving on"
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Reference in a new issue