Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Updating scripts. Now the crontab is configured as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoandrade committed Dec 31, 2015
1 parent a1b9eac commit 99ec841
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ManagementScripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ do
done

sudo chmod 777 -R /usr/lib/cgi-bin

#configuring crontab
sudo crontab -u www-data -l > mycron
echo "@reboot /usr/lib/cgi-bin/dsg_slon.sh" > mycron
sudo crontab -u www-data mycron
rm mycron

exit
Empty file modified ManagementScripts/install.sh
100644 → 100755
Empty file.

0 comments on commit 99ec841

Please sign in to comment.