Browse Source

Added generate_html and updated chillicount killing at logout

master
Stefano Marinelli 7 years ago
parent
commit
cf4cda0106
  1. 12
      generate_html.sh
  2. 1
      launchde.sh

12
generate_html.sh

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
#!/bin/sh
echo "<html>"
echo " <head>"
echo " <title>Residuo: $1 minuti</title>"
echo " <meta http-equiv="refresh" content="30">"
echo " </head> "
echo " <body> "
echo "Tempo Residuo di utilizzo: $1 minuti"
echo " </body> "
echo "</html> "

1
launchde.sh

@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
#!/bin/bash
/usr/bin/x11docker --vt=2 --xorg --desktop --sharedir=/media/usb0 --lang=it --hostipc --alsa --printer --user=4242 biblioregistry.dragashosting.com/bibliomate
pkill -9 chillicount;
pkill -9 X;
exit;

Loading…
Cancel
Save