Took 3 minutes
This commit is contained in:
Tobias Hopp 2023-02-13 13:15:50 +01:00
parent f57f9931f1
commit af7e872f8d

View File

@ -2,8 +2,7 @@
cd /home/itender/itender || exit -1
if [ -z "$1" ]; then
git pull "https://tobiash:!IwedwrimmVeudiweN!@git.gaminggeneration.de/tobiash/itender.git" --quiet
exit 1
git pull "https://tobiash:!IwedwrimmVeudiweN!@git.gaminggeneration.de/tobiash/itender.git" --quiet || exit 1
./update.sh true
else
yarn