mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +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
|
if [[ -f "${PIDFILE}" ]]; then
|
||||||
PID=$(cat "${PIDFILE}")
|
PID=$(cat "${PIDFILE}")
|
||||||
echo "Cleaning up old PID file: ${PIDFILE}"
|
echo "Cleaning up old PID file: ${PIDFILE}"
|
||||||
kill $PID &> /dev/null || true
|
kill "${PID}" &> /dev/null || true
|
||||||
rm "${PIDFILE}"
|
rm "${PIDFILE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
./build/build-image/rsyncd.sh
|
|
||||||
./build/common.sh
|
./build/common.sh
|
||||||
./build/copy-output.sh
|
./build/copy-output.sh
|
||||||
./build/lib/release.sh
|
./build/lib/release.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user