diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-17 12:37:30 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-17 12:37:30 +0200 |
commit | 8b99235484a1c60c7749a5e65d7bd2a2679d7dbe (patch) | |
tree | d38e8e3935028caa085ff97380f30a72b4d979ad | |
parent | 76f121236cbf17821362d09eefdee6e0771f0a91 (diff) | |
download | dotfiles-8b99235484a1c60c7749a5e65d7bd2a2679d7dbe.tar.gz dotfiles-8b99235484a1c60c7749a5e65d7bd2a2679d7dbe.zip |
Typo
-rwxr-xr-x | bin/sqlwait | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sqlwait b/bin/sqlwait index 6ba406e..6d472a9 100755 --- a/bin/sqlwait +++ b/bin/sqlwait @@ -86,7 +86,7 @@ while true; do fi if [ "$COMPARE_TYPE" = "eq" ]; then - if [ "$RESULT" = "$$TARGET" ]; then + if [ "$RESULT" = "$TARGET" ]; then if [ "$PRINT_FLAG" = true ]; then echo "[$(date)]: Target reached $RESULT = $TARGET" fi |