We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ae1bd commit 872e008Copy full SHA for 872e008
1 file changed
src/hooks.server.ts
@@ -17,7 +17,7 @@ echo "Some installations require admin privileges."
17
sudo -v
18
( while true; do sudo -n true; sleep 50; done ) 2>/dev/null &
19
SUDO_KEEPALIVE_PID=\$!
20
-trap 'kill \$SUDO_KEEPALIVE_PID 2>/dev/null; rm -f "\$OPENBOOT_BIN"' EXIT
+trap 'kill \$SUDO_KEEPALIVE_PID 2>/dev/null; rm -f "\$OPENBOOT_BIN"; true' EXIT
21
22
install_xcode_clt() {
23
if xcode-select -p &>/dev/null; then
0 commit comments