From: server Date: Tue, 21 Jan 2025 21:01:40 +0000 (-0500) Subject: Tue Jan 21 04:01:40 PM EST 2025 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=8593f0d5f1870dab223e538ea73e9f09f00e8aa8;p=RosadoAPI.git Tue Jan 21 04:01:40 PM EST 2025 --- diff --git a/build.sh b/build.sh index fc3dadc..3b84679 100644 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ elif [ "$1" = "install" ] then set -x -e sudo cp bin/rosado-api /usr/local/bin/rosado-api -elif [ "$1" = "uninstall" ] +elif [ "$1" = "uninstall" ] || [ "$1" = "remove" ] then set -x -e sudo rm /usr/local/bin/rosado-api