Skip to content

Commit

Permalink
drop unused condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Aug 22, 2024
1 parent a53cb59 commit 8e9ead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manage-redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# print use
if [[ "$#" -ne 0 ]] && [[ "$#" -ne 1 ]]; then
if [[ "$#" -ne 1 ]]; then
cat <<-'EOF'
use:
bash scripts/manage-redis.sh --start # OR --stop OR --flush
Expand Down

0 comments on commit 8e9ead6

Please sign in to comment.