We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5c772 commit 61110ddCopy full SHA for 61110dd
bin/v-delete-sys-api-ip
@@ -36,7 +36,7 @@ check_hestia_demo_mode
36
37
new_list=''
38
set -f # avoid globbing (expansion of *).
39
-array=("${API_ALLOWED_IP//,/ }")
+array=(${API_ALLOWED_IP//,/ })
40
for i in "${!array[@]}"; do
41
if [ "${array[i]}" != "$ip46" ]; then
42
if [ "$new_list" = '' ]; then
0 commit comments