Skip to content

Commit

Permalink
fix: 修正卸载异常
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 6, 2023
1 parent 2fd1c2f commit 380a59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/8_uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function remove_jumpserver() {
fi
echo
fi
if [ -f "/usr/local/bin/docker-compose"]; then
if [ -f "/usr/local/bin/docker-compose" ]; then
echo -e "$(gettext 'Cleaning up') /usr/local/bin/docker-compose"
rm -f /usr/local/bin/docker-compose
fi
Expand Down

0 comments on commit 380a59e

Please sign in to comment.