rc: add sleep 10 to shell-things function

which is the weak point and this is a band-aid that won't fix it
This commit is contained in:
Aminda Suomalainen 2020-05-30 13:58:14 +03:00
parent 27b6e51703
commit 0a4f9ca830
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 0 deletions

View File

@ -614,6 +614,7 @@ if [ -d $SHELL_THINGS_REPO ]; then
cd $SHELL_THINGS_REPO
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
git pull
sleep 10
echo ""
echo "shell-things: Installing/Upgrading..."
echo ""
@ -624,6 +625,7 @@ else
echo ""
git clone https://gitea.blesmrt.net/Mikaela/shell-things.git $SHELL_THINGS_REPO
cd $SHELL_THINGS_REPO
sleep 10
echo ""
echo "shell-things: Installing/Upgrading..."
echo ""

View File

@ -591,6 +591,7 @@ if [ -d $SHELL_THINGS_REPO ]; then
cd $SHELL_THINGS_REPO
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
git pull
sleep 10
echo ""
echo "shell-things: Installing/Upgrading..."
echo ""
@ -601,6 +602,7 @@ else
echo ""
git clone https://gitea.blesmrt.net/Mikaela/shell-things.git $SHELL_THINGS_REPO
cd $SHELL_THINGS_REPO
sleep 10
echo ""
echo "shell-things: Installing/Upgrading..."
echo ""