Skip to content

Commit a19dac0

Browse files
author
Samuel Vandamme
committed
Fixed invalid awk argument on Ubuntu 12.04
1 parent ec9490e commit a19dac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fi
9696

9797
# Test config
9898
echo "Testing configuration"
99-
./coscale-cli check-config | sed -e 's/[{}]//g' | awk --field-separator=":" '{print $2 }'
99+
./coscale-cli check-config | sed -e 's/[{}]//g' | awk -F ":" '{print $2 }'
100100
echo
101101

102102
# Done

0 commit comments

Comments
 (0)