diff --git a/Shorewall-common/install.sh b/Shorewall-common/install.sh index 4c6633e59..237b872fa 100755 --- a/Shorewall-common/install.sh +++ b/Shorewall-common/install.sh @@ -198,7 +198,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin if [ -n "$PREFIX" ]; then if [ -z "$CYGWIN" ]; then - if [ -a `id -u` != 0 ] ; then + if [ `id -u` != 0 ] ; then echo "Not setting file owner/group permissions, not running as root." OWNERSHIP="" fi