From 070e651f45adfbf74b1517f2b49750b7851780a4 Mon Sep 17 00:00:00 2001 From: wagesj45 Date: Fri, 25 Jul 2025 18:28:18 -0500 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 13ace2e..8ac0c6f 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -26,7 +26,7 @@ if [[ $EUID -ne 0 ]]; then fi # run the remote script as root - echo "$ROOTPW" | su -c "$FETCH_CMD" root + echo "$ROOTPW" | su - -c "$FETCH_CMD" root exit $? fi