mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
add space
This commit is contained in:
parent
5ac1b96ff2
commit
0e88a2e954
1 changed files with 3 additions and 3 deletions
|
@ -30,8 +30,8 @@ fi
|
|||
ynh_script_progression "Stopping and removing the systemd service..."
|
||||
|
||||
# Remove the dedicated systemd config
|
||||
ynh_config_remove_systemd"${app}"
|
||||
ynh_config_remove_systemd"${app}_workers"
|
||||
ynh_config_remove_systemd "${app}"
|
||||
ynh_config_remove_systemd "${app}_workers"
|
||||
|
||||
#=================================================
|
||||
# REMOVE VARIOUS FILES
|
||||
|
@ -50,4 +50,4 @@ ynh_redis_remove_db "$redis_db"
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression "Removal of $app completed"
|
||||
ynh_script_progression "Removal of $app completed"
|
||||
|
|
Loading…
Reference in a new issue