File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,8 @@ function install() {
8080}
8181
8282function install_mysql() {
83- wget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --db_option 3 --dbinstallmethod 1 --dbrootpwd 1s16r74z}
83+ wget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --db_option 3 --dbinstallmethod 1 --dbrootpwd 1s16r74z
84+ }
8485
8586function install_nginx() {
8687 wget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --nginx_option 1
@@ -101,14 +102,14 @@ case "$action" in
101102install)
102103 install
103104 ;;
104- nginx)
105+ nginx)
105106 install_nginx
106107 ;;
107- mysql)
108+ mysql)
108109 install_mysql
109110 ;;
110111 all)
111- install_all
112+ install_all
112113 ;;
113114help)
114115 auxpi_help
You can’t perform that action at this time.
0 commit comments