fix(scripts): command

This commit is contained in:
CyberL1 2025-02-16 09:48:20 +01:00
parent 8fc9c8a017
commit 692aafd6c8

View File

@ -35,7 +35,7 @@ rm $zip
echo "Holesail proxy was installed to $exe" echo "Holesail proxy was installed to $exe"
if command -v holesail-proxy > /dev/null; then if command -v holesail-proxy > /dev/null; then
echo "Run 'holesail-proxy --help' to get started" echo "Run 'holesail-proxy up' to get started"
else else
case $SHELL in case $SHELL in
/bin/zsh) shell_profile=".zshrc" ;; /bin/zsh) shell_profile=".zshrc" ;;