Skip to content

Commit

Permalink
fix not making /etc/roboticscape on first install
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawsonDesign committed Oct 27, 2016
1 parent 0fc32d8 commit 8c57a04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ bash debian/preinst
make clean
make install

# make roboticscape directory if it's not there yet
if [ ! -d "/etc/roboticscape" ]; then
echo "making /etc/roboticscape"
mkdir /etc/roboticscape
fi

# enable services
echo "systemctl daemon-reload"
systemctl daemon-reload
Expand Down

0 comments on commit 8c57a04

Please sign in to comment.