Files
conetadm 5718e70f15 init
2024-11-14 21:11:06 +01:00

20 lines
295 B
Bash
Executable File

#!/bin/bash
TFPATH=/scripts/root/observium/sfp_view
echo "<html>
<head>
<!-- $TFPATH/script.sh -->
</head>
<body>
" > $TFPATH/sfp_overview.html
mysql -H -uroot -plunakoshix -Dobservium < $TFPATH/script.sql >> $TFPATH/sfp_overview.html
echo "
</body>
</html>
" >> $TFPATH/sfp_overview.html