satip-axe/fs-add/etc/init.d/satip-network
2015-04-09 10:47:25 +02:00

7 lines
74 B
Bash
Executable File

#!/bin/sh
read i
if test "$i" = "ok"; then
touch /tmp/satip-network
fi