summaryrefslogtreecommitdiff
path: root/src/flufigut-client.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-11-10 19:20:37 +0100
committerChristian Pointner <equinox@spreadspace.org>2012-11-10 19:20:37 +0100
commitfd67af734d5fca96bc87f060d745b2135af2ee14 (patch)
tree409caba2fbaaa9010027829955de37d3b0b57138 /src/flufigut-client.sh
parentbetter output at hls install.sh (diff)
fixed typo
Diffstat (limited to 'src/flufigut-client.sh')
-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