Skip to content

Commit 192e6d0

Browse files
authored
Fix script execution in kiosk setup instructions
1 parent 247c0cd commit 192e6d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kiosk-telepites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ tmpdir="$(mktemp -d)" && (
1212
cd "$tmpdir"
1313

1414
chmod +x kiosk_setup.sh
15-
./kiosk_idle_netwatch_setup.sh
15+
./kiosk_setup.sh
1616
)
1717
```

0 commit comments

Comments
 (0)