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