khanat-opennel-code/code/ryzom/client/unix/upgd_nl.sh
2016-10-31 22:46:39 +01:00

15 lines
311 B
Bash

#!/bin/sh
if [ -z "$ROOTPATH" ]
then
echo "upgd_nl.sh can only be launched from updt_nl.sh"
exit 1
fi
# executable flag for all executables
chmod +x "$ROOTPATH/khanat_client"
chmod +x "$ROOTPATH/crash_report"
chmod +x "$ROOTPATH/khanat_client_patcher"
chmod +x "$ROOTPATH/khanat_configuration_qt"
exit 0