mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
echo -e
This commit is contained in:
parent
3995c41222
commit
152c64a624
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue