Add path in case its not brought in for some reason

master
Brie Bruns 2016-03-01 11:44:35 -07:00
parent 9ad59278b5
commit c5923ff322
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
# 02/02/2016: Fixed some errors with key export/import, removed lame docker requirements # 02/02/2016: Fixed some errors with key export/import, removed lame docker requirements
# 02/27/2016: More verbose progress report # 02/27/2016: More verbose progress report
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# The main domain name of your controller # The main domain name of your controller
DOMAIN="unifi.xxxx.xxxxx" DOMAIN="unifi.xxxx.xxxxx"
@ -54,4 +56,4 @@ java -jar /usr/lib/unifi/lib/ace.jar import_cert \
${EXTRACERT} ${EXTRACERT}
echo "Starting Unifi controller..." echo "Starting Unifi controller..."
service unifi start service unifi start
echo "Done!" echo "Done!"