|
@@ -19,12 +19,12 @@ if [ ! -d "libqwclient" ]; then
|
|
|
INSTALL=1
|
|
|
fi
|
|
|
|
|
|
-if [ ! -d "cimsqwbot" ]; then
|
|
|
+if [ ! -d "qwbot" ]; then
|
|
|
git clone https://gitlab.netdome.biz/community-messaging-project/qwbot.git
|
|
|
INSTALL=1
|
|
|
fi
|
|
|
|
|
|
-cd cimsqwbot
|
|
|
+cd qwbot
|
|
|
BOTPATH=$(pwd)
|
|
|
|
|
|
cd ../libqwclient/
|
|
@@ -49,7 +49,7 @@ if [ "$INSTALL" == "1" ]; then
|
|
|
make
|
|
|
|
|
|
if [ -f "./cimsqwbot" ]; then
|
|
|
- LD_LIBRARY_PATH=$LIBPATH ./cimsqwbot &
|
|
|
+ LD_LIBRARY_PATH=$LIBPATH ./cimsqwbot &
|
|
|
PID=$!
|
|
|
echo PID $PID
|
|
|
|