summarylogtreecommitdiffstats
path: root/ryzom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ryzom.sh')
-rw-r--r--ryzom.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/ryzom.sh b/ryzom.sh
index e3cff2c64971..aae58c3ec00c 100644
--- a/ryzom.sh
+++ b/ryzom.sh
@@ -1,9 +1,10 @@
#!/bin/sh
-if groups | grep games > /dev/null 2>&1 ; then
- ryzom_sync
+if groups | grep games > /dev/null 2>&1 ; then
+ ryzom_sync
+ exec ryzom_client_patcher
exec ryzom_client
-
-else
+
+else
echo "you need to be in games group to run ryzom"
exit 1
fi