summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/flufigut-client.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flufigut-client.sh b/src/flufigut-client.sh
index aabb8dd..9e665ce 100755
--- a/src/flufigut-client.sh
+++ b/src/flufigut-client.sh
@@ -38,7 +38,7 @@ CONF_DIR="/etc/flumotion"
if [ "install" = "$1" ]; then
UID=`/usr/bin/id -u`
if [ $UID -ne 0 ]; then
- echo "ERROR: this script must run as root for install installation."
+ echo "ERROR: this script must run as root for installation."
exit 1
fi
cp $0 /usr/local/bin