1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00
This commit is contained in:
Salamandar 2024-02-01 19:26:20 +01:00
parent 3995c41222
commit 152c64a624

View file

@ -132,8 +132,7 @@ _ynh_remove_ld_so() {
}
_ynh_set_subuid_subgid() {
echo "# Added by lxd
root:100000:65536" | tee -a /etc/subuid /etc/subgid
echo -e "# Added by lxd\nroot:100000:65536" | tee -a /etc/subuid /etc/subgid
}
_ynh_unset_subuid_subgid() {