summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorSimon2011-04-20 17:09:02 +0200
committerSimon2011-04-20 17:09:02 +0200
commit9320288fb8dc74712ef123203b9da072f39b03fa (patch)
tree5f836d6eb5b7697bc86264533dc42c131285dd13 /install.sh
parentInstaller-Script erstellt (diff)
downloadpbs2-9320288fb8dc74712ef123203b9da072f39b03fa.tar.gz
pbs2-9320288fb8dc74712ef123203b9da072f39b03fa.tar.xz
pbs2-9320288fb8dc74712ef123203b9da072f39b03fa.zip
Schreibfehler im Installer-Script
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 7808dcc..531443f 100644
--- a/install.sh
+++ b/install.sh
@@ -49,4 +49,4 @@ mysql -u $databaseuser -p$databasepassword < /var/www/pbs2/setup/pbs.sql
mysql -u $databaseuser -p$databasepassword < /var/www/pbs2/setup/pbs.sql
echo "woho - pbs2 is ready to use"
-echo "You can reach your installed pbs2 server unter http://$domain/"
+echo "You can reach your installed pbs2 server under http://$domain/"