Added stashing to start.sh

This commit is contained in:
Histmy 2021-06-17 18:58:54 +02:00
parent ce9c5feb5a
commit 7d963ef680

View File

@ -3,6 +3,7 @@ do
if node . if node .
then then
echo stahuju update echo stahuju update
git stash
git pull git pull
else else
break break