From 152c64a62492cd7fb2dae5993c045b47b637f7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 1 Feb 2024 19:26:20 +0100 Subject: [PATCH] echo -e --- scripts/_common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1b94ab9..27d3ae3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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() {