mirror of
https://github.com/YunoHost-Apps/writefreely_ynh.git
synced 2024-09-03 20:36:02 +02:00
Fix ynh_clean_check_starting
This commit is contained in:
parent
6d3347948a
commit
ec389fe702
4 changed files with 0 additions and 24 deletions
|
@ -368,9 +368,3 @@ systemctl reload nginx
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_systemd_action --action=start --service_name=$app
|
ynh_systemd_action --action=start --service_name=$app
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# CLEAN TEMPORARY PROCESS AND FILE USED BY ynh_check_starting
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
ynh_clean_check_starting
|
|
||||||
|
|
|
@ -127,9 +127,3 @@ ynh_secure_remove "/var/log/$app/"
|
||||||
|
|
||||||
# Delete a system user
|
# Delete a system user
|
||||||
ynh_system_user_delete $app
|
ynh_system_user_delete $app
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# CLEAN TEMPORARY PROCESS AND FILE USED BY ynh_check_starting
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
ynh_clean_check_starting
|
|
||||||
|
|
|
@ -141,9 +141,3 @@ systemctl reload nginx
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_systemd_action --action=start --service_name=$app
|
ynh_systemd_action --action=start --service_name=$app
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# CLEAN TEMPORARY PROCESS AND FILE USED BY ynh_check_starting
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
ynh_clean_check_starting
|
|
||||||
|
|
|
@ -194,9 +194,3 @@ systemctl reload nginx
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_systemd_action --action=start --service_name=$app
|
ynh_systemd_action --action=start --service_name=$app
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# CLEAN TEMPORARY PROCESS AND FILE USED BY ynh_check_starting
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
ynh_clean_check_starting
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue