Set permissions for CLI script in gui-mac.py

Added a command to set permissions for the CLI script.
This commit is contained in:
Token2
2026-01-13 17:42:52 +01:00
committed by GitHub
parent 9948ca0713
commit 23625ee006

View File

@@ -797,6 +797,8 @@ if [[ ! -f "$CLI_SCRIPT" ]]; then
fi
echo "✅ Found FIDO2 Manager app"
echo "setting permissions"
chmod 755 $CLI_SCRIPT
# Ensure /usr/local/bin exists