Forráskód Böngészése

Merge branch 'dev' into 'master'

Dev
Luiz 10 éve
szülő
commit
28f5fc90e0
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      is_cimsqwbot.sh

+ 3 - 3
is_cimsqwbot.sh

@@ -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