소스 검색

'grundinstallation.sh' ändern

Daniel Wenzel 3 년 전
부모
커밋
8d59a6b094
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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