mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
remove sudo from a print
This commit is contained in:
parent
656ceebc1c
commit
2918bde519
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ ynh_system_user_delete --username=$app
|
|||
# INFO TO REMOVE CONTAINERS
|
||||
#=================================================
|
||||
|
||||
ynh_print_warn --message="If you really want to delete all containers and files related to lxd please run \"sudo rm /var/lib/lxd -rf\""
|
||||
ynh_print_warn --message="If you really want to delete all containers and files related to lxd please run \"rm /var/lib/lxd -rf\""
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Add table
Reference in a new issue