mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
make build/build-image/rsyncd.sh pass shellcheck
This commit is contained in:
parent
06e1af74ef
commit
b64df60dca
@ -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
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
./build/build-image/rsyncd.sh
|
||||
./build/common.sh
|
||||
./build/copy-output.sh
|
||||
./build/lib/release.sh
|
||||
|
Loading…
Reference in New Issue
Block a user