Skip to content

Commit

Permalink
fixed some messages and add *.bat for Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Dec 30, 2003
1 parent eb8e215 commit cad3d4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions monisetup.bat
@@ -0,0 +1,5 @@
REM $Id$
mkdir data\text
mkdir data\text\RCS
mkdir data\cache
mkdir pds
7 changes: 4 additions & 3 deletions monisetup.sh
Expand Up @@ -82,7 +82,7 @@ chmod $PERM config.php
if [ $ID -eq 0 ]; then
RETVAL=1
while [ ! $RETVAL -eq 0 ]; do
echo -n " Please enter the nobody user id (nobody): "
echo -n " Please enter the Apache user ID (e.g. nobody): "
read owner
if [ x$owner = x ]; then
owner=nobody
Expand All @@ -95,7 +95,7 @@ if [ $ID -eq 0 ]; then
RETVAL=1

while [ ! $RETVAL -eq 0 ]; do
echo -n " Please enter the nobody group id (nobody): "
echo -n " Please enter the Apache group ID (e.g. nobody): "
read group
if [ x$group = x ]; then
group=nobody
Expand All @@ -108,7 +108,8 @@ fi

echo
echo 'Your wiki is cofiguared now.'
echo 'Please open monisetup.php to change some basic options for your wiki'
echo 'Please open monisetup.php in a browser'
echo ' to change some basic options for your wiki'
echo
echo

0 comments on commit cad3d4a

Please sign in to comment.