From: Thierry Parmentelat Date: Wed, 18 Feb 2015 10:22:29 +0000 (+0100) Subject: typos X-Git-Tag: nodeimage-5.2-4~1 X-Git-Url: http://git.onelab.eu/?p=nodeimage.git;a=commitdiff_plain;h=fcf979b65780a9095e8c1adcb6480be97bc9730f typos --- diff --git a/noderepo.spec b/noderepo.spec index ba730f1..a706547 100644 --- a/noderepo.spec +++ b/noderepo.spec @@ -76,13 +76,13 @@ rm -rf $RPM_BUILD_ROOT # this however exhibit a deadlock, as rpm --almatches -e gpg-pubkey waits for transaction lock # that is help by the calling yum/rpm if [ ! -e /bin/systemctl ] ; then - echo "Systemd is not there. Just starting PLC to handle packages (may fail of PLC is not configured) ..." + echo "Systemd is not there. Just starting PLC to handle packages (may fail if PLC is not configured) ..." service plc start packages elif /bin/systemctl status plc >/dev/null ; then echo "Restarting PLC to handle packages ..." service plc restart packages else - echo "The PLC is not running. Skipping a restart ..." + echo "PLC is not running. Skipping a restart ..." fi %files