From a9f0472ccd3bd9c0eb3c4be4210cf60bd658623d Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 26 Mar 2021 11:13:29 +0700 Subject: [PATCH] Add cat for see wheel --- src/post-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/post-install.sh b/src/post-install.sh index 902f72f..9d4cb2b 100755 --- a/src/post-install.sh +++ b/src/post-install.sh @@ -18,7 +18,9 @@ update-ca-certificates /sbin/apk add sudo # Add wheel group -echo '%wheel ALL=NOPASSWD: ALL' > /etc/sudoers.d/wheel +echo '%wheel ALL=NOPASSWD: ALL' > /etc/sudoers.d/wheel + +cat /etc/sudoers.d/wheel # Add an administrator user. -adduser -D -u1000 cubetiq wheel +adduser -D -u1000 cubetiq wheel \ No newline at end of file