Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun authored Jan 20, 2024
1 parent 40f8ee6 commit aec825a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoweaver/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Stop running Geoweaver if any.."
pkill -f geoweaver.jar

echo "Checking Java..."
if [! -f ~/.bashrc ]; then
if [ ! -f ~/.bashrc ]; then
touch ~/.bashrc
fi
source ~/.bashrc
Expand Down

0 comments on commit aec825a

Please sign in to comment.