Skip to content

Commit

Permalink
Use correct path for config
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b authored Nov 13, 2018
1 parent 38dcc71 commit 82b0a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ sudo crontab -u logbox "$logbox_home/os/cron.conf"
sudo rm /etc/nginx/sites-enabled/*
sudo rm -rf /var/www
sudo ln -s "$logbox_home/os/www" /var/www
sudo touch /var/www/logbox/os/www/logbox/cfg.dat
sudo chown logbox:logbox /var/www/logbox/os/www/logbox/cfg.dat
sudo chmod g+w,o+w /var/www/logbox/os/www/logbox/cfg.dat
sudo touch "$logbox_home/logbox/os/www/logbox/cfg.dat"
sudo chown logbox:logbox "$logbox_home/logbox/os/www/logbox/cfg.dat"
sudo chmod g+w,o+w "$logbox_home/logbox/os/www/logbox/cfg.dat"

# Link scripts in place for execution.
sudo ln -s "$logbox_home"/avr/autoreset /usr/bin/autoreset
Expand Down

0 comments on commit 82b0a4e

Please sign in to comment.