Skip to content

Commit

Permalink
Issue #3588: Fix for pipectl-tempalate.sh to run scrap command proper…
Browse files Browse the repository at this point in the history
…ly (#3687)
  • Loading branch information
oleksii-mart authored Sep 10, 2024
1 parent 8717c69 commit 9b7e492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/pipectl/pipectl-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if [ "$operation" = "sync" ]; then
elif [ "$operation" = "scrap" ]; then
cmd_home=$tmp_location/scrap/app
cmd_script="scrap.sh"
shift # Avoid passing the first argument "scrap" to the script since it serves no purpose
else
cmd_home=$tmp_location/install/app
cmd_script="install.sh"
Expand Down

0 comments on commit 9b7e492

Please sign in to comment.