hygieia / hygieia-aws-quickstart

Quick Start solution for Hygieia on AWS
Apache License 2.0
6 stars 8 forks source link

Error running package.sh #2

Open chrisj-au opened 4 years ago

chrisj-au commented 4 years ago

With the first error, that can be fixed by changing line 4 in deploy.sh from "source $script_dir/config" to "source $script_dir/config.sh" but the other 2 errors persist.

bin/package.sh: line 4: bin/config: No such file or directory sed: can't read s:^#.$::g: No such file or directory sed: can't read /^[[:space:]]$/d: No such file or directory

chrisj-au commented 4 years ago

Fixed by removing first arg of '' in both sed lines. I'm not sure why the extra arg is there?

rvema commented 4 years ago

@chrisj-au please create a PR with this fix, greatly appreciate your contribution