mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
Need to set the enterContainer script as executable.
This commit is contained in:
parent
fb18d1f3d9
commit
6c7f891a2a
@ -2,6 +2,8 @@ set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
if [ $NODE_ENV == 'production' ]; then
|
||||
chmod +x src/enterContainer.sh
|
||||
|
||||
node ./node_modules/coffee-script/bin/coffee -c ./src
|
||||
# We don't need coffee-script at runtime
|
||||
npm uninstall coffee-script
|
||||
|
Loading…
Reference in New Issue
Block a user