mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-08 19:12:22 +00:00
fix(mac): reject unknown restart options
This commit is contained in:
@@ -116,7 +116,8 @@ for arg in "$@"; do
|
||||
log "Default behavior: Auto-detect signing keys, fallback to --no-sign if none found"
|
||||
exit 0
|
||||
;;
|
||||
*) ;;
|
||||
--) ;;
|
||||
*) fail "Unknown restart option: ${arg}" ;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user