Skip to content

Commit

Permalink
bash call equa spacing and character bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Sep 8, 2021
1 parent 6354331 commit ce8e8c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion get_raspi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ fi

git clone https://github.com/HomeSmartMesh/raspi.git
cd raspi
sudo sh setup.sh
sudo bash setup.sh
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ else
SCRIPT_REBOOT="yes"
fi

if ["$SCRIPT_REBOOT" == "yes"]; then
echo "rebooting now - please run `sudo sh setup.sh` again after reboot"
if [ "$SCRIPT_REBOOT" = "yes" ]; then
echo "rebooting now - please run 'sudo sh setup.sh' again after reboot"
sudo reboot now
fi

Expand Down

0 comments on commit ce8e8c7

Please sign in to comment.