@@ -45,7 +45,7 @@ if [ "$INSTALL" == "1" ]; then
fi
- # now, lets create a starting script in cimsqwbot
+ # now, lets check the starting script to be executable in cimsqwbot
if [ -f "$STARTSCRIPTNAME" ]; then
chmod u+x "$STARTSCRIPTNAME"
@@ -1,6 +1,6 @@
#!/bin/bash
-BOTPATH="$pwd"
+BOTPATH="$(pwd)"
LIBPATH="$BOTPATH/../libqwclient/"
if [ "$(which realpath)" != "" ]; then
LIBPATH="$(realpath $LIBPATH)"