epic-ukulele
[xhome.git] / TestXfhem / FitnessePages / TestWatchdog / content.txt
index 564c8c3..8b3a0b9 100644 (file)
@@ -4,7 +4,7 @@ Install Watchdog
 |call script|xfhem define watchdog localhost|
 
 Entferne Sysal-Stub-Output
-|call script|!-sudo rm /tmp/sysal-stub.out || true -!|
+|call script|!-sudo rm /var/test/sysal-stub.out || true -!|
 
 Verkürze Zeit
 |call script|/opt/fhem/fhem.pl 7072 "modify watchdog +*00:00:05"|
@@ -13,7 +13,7 @@ Warte Auslösezeit
 |call script|sleep 6|
 
 Prüfe Watchdog
-|call script|grep rwd /tmp/sysal-stub.out|
+|call script|grep rwd /var/test/sysal-stub.out|
 
 Entferne Watchdog
 |call script|xfhem delete watchdog|