From 6f9103c541ac51a8315252f30d159a82f979b25b Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 4 Mar 2025 02:32:07 +0100 Subject: [PATCH] Improve. --- testing/scripts/setup_secrets_root.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/scripts/setup_secrets_root.sh b/testing/scripts/setup_secrets_root.sh index a0dd144..249c12a 100755 --- a/testing/scripts/setup_secrets_root.sh +++ b/testing/scripts/setup_secrets_root.sh @@ -35,5 +35,4 @@ cp -a "${PATH_SOURCE}" "${PATH_SECRETS}" pumount "${SECRETS_DEV}" echo "You can remove ${PATH_DEV} now." chown -R "${USERNAME}:${USERNAME}" "${PATH_SECRETS}" - -echo "Do run setup_secrets_user.sh now as user." +sudo -lu "${USERNAME}" ./setup_secrets_user.sh -- 2.30.2