Merge branch 'fixes' into main/rendor-staging
[ryzomcore.git] / ryzom / client / unix / upgd_nl.sh
blob4a18675ef89c505a18012740a4b47396a2a4f119
1 #!/bin/sh
3 if [ -z "$ROOTPATH" ]
4 then
5 echo "upgd_nl.sh can only be launched from updt_nl.sh"
6 exit 1
7 fi
9 # executable flag for all executables
10 chmod +x "$ROOTPATH/ryzom_client"
11 chmod +x "$ROOTPATH/crash_report"
12 chmod +x "$ROOTPATH/ryzom_client_patcher"
13 chmod +x "$ROOTPATH/ryzom_configuration_qt"
15 exit 0