Skip to content

Commit

Permalink
Change cli name to valkey-cli if used with valkey
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Dec 20, 2024
1 parent f29ade3 commit d9f620f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ fi
if [ "$REDIS" != "redis" ] ; then
echo "Updating systemd service name to $REDIS.service"
sed -i "s:redis.service:$REDIS.service:g" $SYSTEMD/smax-scripts.service

echo "Updating cli to $REDIS-cli in scripts"
sed -i "s:redis-cli:$REDIS-cli:g" $STAGE/bin/smax-*.sh
fi

START_SMAX=1
Expand Down

0 comments on commit d9f620f

Please sign in to comment.