mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Fix
This commit is contained in:
parent
b034f5e787
commit
64debabd8c
2 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ yunohost service add $app --description="Ethical photo sharing platform" --log="
|
|||
ynh_script_progression --message="Starting $app service..."
|
||||
|
||||
# Start a supervisor service
|
||||
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" #--line_match="success: ${app}-horizon"
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
|
@ -138,7 +138,7 @@ yunohost service add $app --description="Ethical photo sharing platform" --log="
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a supervisor service..."
|
||||
|
||||
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" #--line_match="success: ${app}-horizon"
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE LOGROTATE CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue