1
0
Fork 0
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:
Kay0u 2021-03-16 14:12:08 +01:00
parent 656ceebc1c
commit 2918bde519
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -94,7 +94,7 @@ ynh_system_user_delete --username=$app
# INFO TO REMOVE CONTAINERS # 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 # END OF SCRIPT