mirror of
https://github.com/YunoHost-Apps/incus_ynh.git
synced 2024-09-03 19:26:15 +02:00
Fix remove
This commit is contained in:
parent
61dc6a9ad4
commit
265798e3e6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers
|
|||
#=================================================
|
||||
ynh_script_progression --message="Removing system configurations related to $app..."
|
||||
|
||||
yunohost service remove "$app" --description="Incus system container and virtual machine manager" --log="/var/log/incus/incusd.log"
|
||||
yunohost service remove "$app" --log="/var/log/incus/incusd.log"
|
||||
|
||||
ynh_remove_logrotate
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue