diff --git a/deploy/panos.sh b/deploy/panos.sh
index 019d8c62..00badffc 100644
--- a/deploy/panos.sh
+++ b/deploy/panos.sh
@@ -68,8 +68,8 @@ deployer() {
# Get Version Info to test key
content="type=version&key=$_panos_key"
## Exclude all scopes for the empty commit
- #_exclude_scope="excludeexcludeexclude"
- #content="type=commit&action=partial&key=$_panos_key&cmd=$_exclude_scopeacmekeytest"
+ #_exclude_scope="excludedexcluded"
+ #content="type=commit&action=partial&key=$_panos_key&cmd=$_exclude_scope$_panos_user"
fi
# Generate API Key
@@ -128,10 +128,9 @@ deployer() {
#Check for force commit - will commit ALL uncommited changes to the firewall. Use with caution!
if [ "$FORCE" ]; then
_debug "Force switch detected. Committing ALL changes to the firewall."
- cmd=$(printf "%s" "$_panos_user" | _url_encode)
+ cmd=$(printf "%s" "$_panos_user" | _url_encode)
else
- _exclude_scope="excludeexclude"
- cmd=$(printf "%s" "$_exclude_scope$_panos_user" | _url_encode)
+ cmd=$(printf "%s" "$_panos_user" | _url_encode)
fi
content="type=commit&action=partial&key=$_panos_key&cmd=$cmd"
fi