1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Merge pull request #1 from YunoHost-Apps/20oct

Testing
This commit is contained in:
Éric Gaspar 2020-11-02 19:31:06 +01:00 committed by GitHub
commit 88f42e7083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ fi
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=10
ynh_systemd_action --action=restart --log_path="systemd" --line_match="You can access your Etherpad instance at"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Your Etherpad version is"
#=================================================
# RELOAD NGINX

View file

@ -183,7 +183,7 @@ yunohost service add $app --description "Etherpad-lite, the collaborative editor
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --action=restart --log_path="systemd" --line_match="You can access your Etherpad instance at"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Your Etherpad version is"
#=================================================
# SETUP SSOWAT

View file

@ -112,7 +112,7 @@ yunohost service add $app --description "Etherpad-lite, the collaborative editor
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=8
ynh_systemd_action --action=restart --log_path="systemd" --line_match="You can access your Etherpad instance at"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Your Etherpad version is"
#=================================================
# GENERIC FINALIZATION

View file

@ -171,7 +171,7 @@ yunohost service add $app --description "Etherpad-lite, the collaborative editor
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=10
ynh_systemd_action --action=restart --log_path="systemd" --line_match="You can access your Etherpad instance at"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Your Etherpad version is"
#=================================================
# RELOAD NGINX