Add missing sudo

This commit is contained in:
iamromulan
2024-04-14 00:32:24 -04:00
parent c2e7727bfe
commit 8f61488e23

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Get query # Get query
QUERY_STRING=$(echo "${QUERY_STRING}" | sed 's/;//g') QUERY_STRING=$(/opt/bin/sudo echo "${QUERY_STRING}" | sed 's/;//g')
if [ "${QUERY_STRING}" ]; then if [ "${QUERY_STRING}" ]; then