fix minor issue

This commit is contained in:
Hactarus 2018-12-17 10:50:28 +01:00
parent 5905efd9a5
commit c791d23492
2 changed files with 2 additions and 2 deletions

2
init
View file

@ -5,4 +5,4 @@ if [[ ! $? -eq 0 ]]; then
exit 1
fi
_RDIR=$(cd `dirname $0` && pwd)
echo "a" | ${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR}
${_RDIR}/bin/homemaker.amd64 -variant $@ ${_RDIR}/common.toml ${_RDIR}