Skip to content

Commit

Permalink
Fix script update
Browse files Browse the repository at this point in the history
  • Loading branch information
jabou committed Jan 31, 2024
1 parent de7c1db commit 7ae33f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ function script_auto_update {
echo "Please wait until main script is finished with updating..."
echo
echo "Fetching new data..."
mkdir .app_deploy_tmp
if [ ! -d ".app_deploy_tmp" ]; then
mkdir .app_deploy_tmp
fi
git clone --quiet https://github.com/infinum/app-deploy-script.git .app_deploy_tmp
echo "Updating..."
cat .app_deploy_tmp/app-deploy.sh > /usr/local/bin/app-deploy
Expand Down

0 comments on commit 7ae33f7

Please sign in to comment.