Skip to content
Snippets Groups Projects
Commit c2254e8b authored by HGEpro's avatar HGEpro
Browse files

removed sudo from crontab

parent 4dad241d
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ if [ $daemon = "y" ]; then
echo "The daemon is already in crontab"
else
echo "Adding the daemon to crontab..."
sudo crontab -l > crontab.tmp
crontab -l > crontab.tmp
echo "@reboot /usr/bin/librehomeworkd" >> crontab.tmp
crontab crontab.tmp
rm crontab.tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment