Note about restarting early

This commit is contained in:
David Heinemeier Hansson
2026-03-15 19:24:11 +01:00
parent 948bac9f6c
commit f7d739483f
+1
View File
@@ -36,6 +36,7 @@ else
sudo systemd-run --on-active=15m --timer-property=AccuracySec=1s --unit="$TIMER_NAME" \
rm "$NOPASSWD_FILE"
echo "Passwordless sudo has been ENABLED. It will automatically disable in 15 minutes."
echo "Note: if you restart before then, run omarchy-sudo-passwordless-toggle again to disable it."
else
echo "Aborted. No changes made."
fi