s4

changeset 968:edd96c59c8a2

Fix reference of S4MASTERDB
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Apr 2022 07:54:52 +0900
parents 27eacef6470b
children b327b5691b59
files s4-newworld.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-newworld.sh	Sun Feb 20 17:11:34 2022 +0900
     1.2 +++ b/s4-newworld.sh	Sun Apr 10 07:54:52 2022 +0900
     1.3 @@ -68,7 +68,7 @@
     1.4  	S4MASTERURL=\$URL
     1.5  	URL=`dirname ${URL}.`/s4-world-$shortname$cgiext
     1.6  	S4COLOR="$bgcolor"			# Change this!
     1.7 -	S4MASTERDB=\$DB				# \$DB always points to master
     1.8 +	S4MASTERDB=$S4MASTERDB			# master database
     1.9  	DB=$dbdir/$shortname.sq3
    1.10  	S4CSS=$shortname.css
    1.11  	TMPDIR=$tmpdir/$shortname