sys-cluster/pcs-0.11.2: fix bashism

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
Andrea Postiglione
2022-04-24 13:30:02 +02:00
parent 4fbca37faf
commit ceac712a60

View File

@@ -10,7 +10,7 @@ command_args="${pcsd_args}"
PIDFILE=/var/run/$name.pid
# load defaults
if [ -f /etc/default/pcsd ]; then source /etc/default/pcsd; fi
if [ -f /etc/default/pcsd ]; then . /etc/default/pcsd; fi
depend() {
need net pcsd