Skip to content
Snippets Groups Projects
Commit 6103e57e authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Small correction to web interface

parent 6bb726b6
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ let agentStatusEventSource;
window.onload = function() {
document.getElementById("checkboxTopBarStatus").checked = false;
initializeFileInputs();
};
function checkboxTopBarStatus_changed()
......
......@@ -43,11 +43,16 @@ sudo usermod -a -G plugdev www-data
# SYNTAX: >> deluser <username> <groupname>
# >> deluser www-data plugdev
# DON'T FORGOT TO COPY ACROSS THE 99.crazy.rules
# www-data must own the /var/www/ folder
sudo chown -R www-data /var/www
sudo chgrp -R www-data /var/www
sudo chmod -R g+w /var/www
# Copy across the website
sudo -u www-data cp -R <dfall-rep>/web_interface/html/* /var/www/html/
......
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