mirror of
https://github.com/YunoHost-Apps/pagure_ynh.git
synced 2024-09-03 19:56:19 +02:00
Cleanup start line_match
This commit is contained in:
parent
19d085ad43
commit
11ba09c729
4 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ ynh_script_progression --message="Starting a systemd service..."
|
|||
for service in "${services[@]}"; do
|
||||
ynh_systemd_action --service_name="${app}_${service}" --action="start" --log_path="systemd" --line_match="ready"
|
||||
done
|
||||
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd" --line_match="Started"
|
||||
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
|
@ -98,7 +98,7 @@ for service in "${services[@]}"; do
|
|||
ynh_systemd_action --service_name="${app}_${service}" --action="start" --log_path="systemd" --line_match="ready"
|
||||
done
|
||||
|
||||
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd" --line_match="Started"
|
||||
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
|
@ -65,7 +65,7 @@ for service in "${services[@]}"; do
|
|||
ynh_systemd_action --service_name="${app}_${service}" --action="start" --log_path="systemd" --line_match="ready"
|
||||
done
|
||||
|
||||
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd" --line_match="Started"
|
||||
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd"
|
||||
|
||||
ynh_systemd_action --service_name=nginx --action=reload
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ for service in "${services[@]}"; do
|
|||
ynh_systemd_action --service_name="${app}_${service}" --action="start" --log_path="systemd" --line_match="ready"
|
||||
done
|
||||
|
||||
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd" --line_match="Started"
|
||||
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Reference in a new issue