We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d022a56 commit 1f9931dCopy full SHA for 1f9931d
files/validate_postgresql_connection.sh
@@ -26,7 +26,7 @@ do
26
then
27
exit 0
28
fi
29
-$c++
+ c=$((c+1))
30
done
31
32
echo 'Unable to connect to postgresql'
0 commit comments