make build/build-image/rsyncd.sh pass shellcheck

This commit is contained in:
Benjamin Elder 2019-01-16 00:22:25 -08:00
parent 06e1af74ef
commit b64df60dca
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,7 @@ mkdir -p "${CONFDIR}"
if [[ -f "${PIDFILE}" ]]; then
PID=$(cat "${PIDFILE}")
echo "Cleaning up old PID file: ${PIDFILE}"
kill $PID &> /dev/null || true
kill "${PID}" &> /dev/null || true
rm "${PIDFILE}"
fi

View File

@ -1,4 +1,3 @@
./build/build-image/rsyncd.sh
./build/common.sh
./build/copy-output.sh
./build/lib/release.sh