From: Mikael Nordfeldth Date: Wed, 10 Dec 2014 20:17:57 +0000 (+0100) Subject: Usage documentation in the stopdaemons script X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e6ea2056d37139fb51decf9de24d48a6b37284a;p=quix0rs-gnu-social.git Usage documentation in the stopdaemons script --- diff --git a/scripts/stopdaemons.sh b/scripts/stopdaemons.sh index ca2f4d1541..e725dd0bf0 100755 --- a/scripts/stopdaemons.sh +++ b/scripts/stopdaemons.sh @@ -25,6 +25,8 @@ SITENAME= SITE= ID="*" +# stopdaemons.sh [server [path]] + if [ $# -gt 0 ] ; then SITENAME="$1" SITE="-s$SITENAME"