Forráskód Böngészése

'grundinstallation.sh' ändern

Daniel Wenzel 3 éve
szülő
commit
8d59a6b094
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      grundinstallation.sh

+ 1 - 1
grundinstallation.sh

@@ -46,7 +46,7 @@ if [ $Raspberry ]; then
     mkdir  -p /scripts/snmp/
     cd /scripts/snmp/
     git clone http://git.klenzel.net/daniel/snmp_temp
-    chmod +x snmp_temp/snmp_sensors.sh
+    chmod +x snmp_temp/snmp_temp.sh
     
     usermod -aG video Debian-snmp
 fi