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
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