Update bootstrap.sh

This commit is contained in:
Jordan Wages 2025-07-25 18:28:18 -05:00
parent 35bb72fc00
commit 070e651f45

View file

@ -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