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 06d8717 commit c5911a5Copy full SHA for c5911a5
func/main.sh
@@ -404,7 +404,7 @@ parse_object_kv_list() {
404
# Check if object is supended
405
is_object_suspended() {
406
if [ "$2" = 'USER' ]; then
407
- spnd=$(grep "SUSPENDED='yes'" | $USER_DATA/$1.conf)
+ spnd=$(grep "SUSPENDED='yes'" $USER_DATA/$1.conf)
408
else
409
spnd=$(grep "$2='$3'" $USER_DATA/$1.conf | grep "SUSPENDED='yes'")
410
fi
0 commit comments