fix autolaunch
This commit is contained in:
parent
1f915cee59
commit
4757f95871
@ -1,13 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
read -p "git user ?" user
|
||||
read -s -p "git password ?" pass
|
||||
echo " "
|
||||
read -s -p "bot password ?" botpass
|
||||
mkdir build
|
||||
while true
|
||||
do
|
||||
git pull https://'$user':'$pass'@epicsparrow.com/Anselme/sparrowbot.git
|
||||
git pull https://git.epicsparrow.com/Anselme/SparrowBot.git
|
||||
cd build
|
||||
qmake-qt5 ../SparrowBot.pro
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user