1
1
mirror of https://github.com/eblot/pybootd.git synced 2024-09-11 22:17:44 +03:00

Fix syntax issue in forward.sh script

This commit is contained in:
Emmanuel Blot 2011-05-24 14:25:24 +02:00
parent c24a402b86
commit c216428e99

View File

@ -34,7 +34,7 @@ if [ -z "${WAN_IF}" ]; then
exit 1
fi
if [ ${UID} -ne 0 ];
if [ ${UID} -ne 0 ]; then
echo "Superuser privileges are required" >&2
exit 1
fi