satip-axe/fs-add/etc/init.d/satip-network

7 lines
74 B
Bash
Executable File

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