fix trailing whitespace in tools/meson_runlevels.sh

This commit is contained in:
Ariadne Conill 2021-09-07 20:31:06 -06:00
parent 3f098817ef
commit b5cf79f747

View File

@ -53,7 +53,7 @@ nonetwork="local"
shutdown="savecache"
case "${os}" in
Linux)
shutdown="${shutdown} killprocs mount-ro"
shutdown="${shutdown} killprocs mount-ro"
;;
esac