s4

diff s4-start.sh @ 473:677597199031

Send notification to '>###' mark on diary as well as on group blog.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 07 Sep 2017 08:27:37 +0859
parents 8a88212a1ee3
children 8d2a121cbc59
line diff
     1.1 --- a/s4-start.sh	Tue Aug 04 06:57:02 2015 +0900
     1.2 +++ b/s4-start.sh	Thu Sep 07 08:27:37 2017 +0859
     1.3 @@ -80,10 +80,10 @@
     1.4      cat<<EOF
     1.5  -------- The s4 System Successfully Installed --------
     1.6  EOF
     1.7 -    if [ -s script/s4-$TYPE.case ]; then
     1.8 -      casefile=script/s4-$TYPE.case
     1.9 +    if [ -s scripts/s4-$TYPE.case ]; then
    1.10 +      casefile=scripts/s4-$TYPE.case
    1.11      else
    1.12 -      casefile=script/s4-default.case
    1.13 +      casefile=scripts/s4-default.case
    1.14      fi
    1.15      m4 -P -I scripts -D_SHELL_=`which sh` \
    1.16         -D_CASE_=$casefile s4.cgi.m4 > index.cgi && chmod +x index.cgi