Skip to content

Commit

Permalink
Initialize create_sgs variable to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Aug 23, 2023
1 parent bbdd33b commit c1c2e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/addon-stratos
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ stack="cflinuxfs4"
memory="1512M"
disk="1024M"
timeout="180"
create_sgs=false

exodus_path=$(lookup --partial genesis.exodus_base)
system_api_domain="$(exodus api_domain)"
Expand Down Expand Up @@ -96,7 +97,6 @@ do
esac
done


if [[ -s "${file:-}" ]] ; then
unzip -o "${file}"
else
Expand Down

0 comments on commit c1c2e66

Please sign in to comment.