Skip to content

Commit 1f9931d

Browse files
committed
Fix validation script to work with dash
1 parent d022a56 commit 1f9931d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/validate_postgresql_connection.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ do
2626
then
2727
exit 0
2828
fi
29-
$c++
29+
c=$((c+1))
3030
done
3131

3232
echo 'Unable to connect to postgresql'

0 commit comments

Comments
 (0)