cleaning up install.sh

This commit is contained in:
Richard Neese 2016-05-16 21:31:12 -05:00
parent 365e9a544f
commit 3ef47a3fb7
1 changed files with 0 additions and 1 deletions

1
debian/install.sh vendored
View File

@ -1,5 +1,4 @@
#!/bin/sh
#----OS ENVIRONMENT CHECKS-------
# check to confirm running as root. # First, we need to be root...
if [ "$(id -u)" -ne "0" ]; then
sudo -p "$(basename "$0") must be run as root, please enter your sudo password : " "$0" "$@"