Skip to content

Commit

Permalink
Update migration-script-ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 committed Jun 29, 2023
1 parent 43d3f38 commit 972c8f1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,11 @@ echo "${GREEN}==> Unzipped "$currentVersion" zip${RESET}"

ls -a

#cd "$AUTOMATION_HOME"
cd "$UBUNTU_HOME"
cd "$AUTOMATION_HOME"

# Update IS packs
chmod +x update-pack.sh
sh update-pack.sh "$email" "$password" "current"
sh update-pack.sh "$email" "$password" "$currentVersion"
wait $!

cd "$AUTOMATION_HOME"
Expand Down

0 comments on commit 972c8f1

Please sign in to comment.