summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-ifup
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu-ifup')
-rwxr-xr-xscripts/runqemu-ifup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup
index c65ceaf1c8..05c9325b6b 100755
--- a/scripts/runqemu-ifup
+++ b/scripts/runqemu-ifup
@@ -30,7 +30,7 @@ if [ $EUID -ne 0 ]; then
30fi 30fi
31 31
32if [ $# -eq 2 ]; then 32if [ $# -eq 2 ]; then
33 echo "Warning: uid parameter is ignored. It is no longer needed." 33 echo "Warning: uid parameter is ignored. It is no longer needed." >&2
34 GROUP="$2" 34 GROUP="$2"
35elif [ $# -eq 1 ]; then 35elif [ $# -eq 1 ]; then
36 GROUP="$1" 36 GROUP="$1"