Skip to content

Commit

Permalink
Merge pull request #326 from jumpserver/pr@dev@fix_uninstall
Browse files Browse the repository at this point in the history
fix: 修正卸载异常
  • Loading branch information
wojiushixiaobai committed Jul 9, 2023
2 parents 2fd1c2f + 380a59e commit 8c2020b
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 8c2020b

Please sign in to comment.