Changed: Escape Linux upgrade script as well

This commit is contained in:
kervala 2016-03-01 13:46:04 +01:00
parent b88f2e9e19
commit b3ddafef29

View file

@ -7,9 +7,9 @@ then
fi
# executable flag for all executables
chmod +x $ROOTPATH/ryzom_client
chmod +x $ROOTPATH/crash_report
chmod +x $ROOTPATH/ryzom_client_patcher
chmod +x $ROOTPATH/ryzom_configuration
chmod +x "$ROOTPATH/ryzom_client"
chmod +x "$ROOTPATH/crash_report"
chmod +x "$ROOTPATH/ryzom_client_patcher"
chmod +x "$ROOTPATH/ryzom_configuration"
exit 0