Skip to content

Commit eb2cad3

Browse files
committed
fix install.sh
1 parent 0b76011 commit eb2cad3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

install.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ function install() {
8080
}
8181

8282
function 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

8586
function 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
101102
install)
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
;;
113114
help)
114115
auxpi_help

0 commit comments

Comments
 (0)