Skip to content

Commit

Permalink
second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
seryoni committed Apr 26, 2017
1 parent 66eb640 commit b3b283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -f /etc/lsb-release ]; then
OS=$(awk '/DISTRIB_ID=/' /etc/*-release | sed 's/DISTRIB_ID=//' | tr '[:upper:]' '[:lower:]')
fi

if OS="ubunutu"
if [OS="ubunutu"]
[[ `initctl` =~ -\.mount ]] || ( echo "init.d is required but it's not running. Aborting." >&2; exit 1 )
elif
# Check for systemd
Expand Down

0 comments on commit b3b283e

Please sign in to comment.