Commit 6978cdd9 by sn

..

1 parent 482560f6
...@@ -12,8 +12,8 @@ execute=1 ...@@ -12,8 +12,8 @@ execute=1
mc_h1 $0 $1 $2 mc_h1 $0 $1 $2
mc_parameter "1" "1" "$1" "mysql Datenbank (muss vorhanden sein)" mc_parameter "1" "1" "$1" "mysql Datenbank (muss vorhanden sein)"
mc_parameter "2" "0" "$2" "Datenbankbenutzer (optional default root)" mc_parameter "2" "0" "$2" "Datenbankbenutzer (default root)"
mc_parameter "3" "0" "$3" "Datenbankpasswort (optional)" mc_parameter "3" "0" "$3" "Datenbankpasswort "
if [ -z $2 ] ; then if [ -z $2 ] ; then
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!