Abort on every prompt
This commit is contained in:
parent
10bf45289d
commit
fd0da434f5
1 changed files with 1 additions and 1 deletions
2
init
2
init
|
@ -5,4 +5,4 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
_RDIR=$(cd `dirname $0` && pwd)
|
_RDIR=$(cd `dirname $0` && pwd)
|
||||||
${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR}
|
echo "a" | ${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR}
|
Loading…
Add table
Reference in a new issue