Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 59
View file
CreateConfig
Changed
@@ -5,6 +5,7 @@ APACHEHOST="" FTPD=0 FTPDPW="" +SHOST="" YES="" if $# -lt 1 ; then echo "call: $0 MYSQL=mysqlpassword APACHE=hostname SHOST=s FTPD=ftpdpassword" @@ -60,10 +61,14 @@ case $MYSQL in 0) echo no.;; 1) echo yes. - echo " $MYSQLPW";; + echo " password: $MYSQLPW";; esac echo "Setup apache for hostname(s): $APACHEHOST" +if ! -z $SHOST ; then echo "Setup apache for support hostname(s): $SHOST$APACHEHOST" +else +echo "no support hostname" +fi echo "Setup ftpd to apache for User: $APACHEHOST w/ PW $FTPDPW" echo "correct? (yes/NO)" read AW @@ -77,7 +82,7 @@ /usr/share/jsjinstalltools/PrepareUpdateCrontab echo $? echo - echo PreparePostfix s$APACHEHOST + echo PreparePostfix $SHOST$APACHEHOST /usr/share/jsjinstalltools/PreparePostfix $SHOST$APACHEHOST echo $? echo
View file
PrepareApacheConfig
Changed
@@ -7,7 +7,7 @@ echo call: $0 hostname exit 1 fi -if -z $SHOST ; then +if -z $SHOST ; then SHOST="" else SHOST="s"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.