Update install.sh

pull/621/head
Mr Chen 10 months ago
parent 938e204691
commit c2be36b8b3
  1. 2
      plugins/mongodb/install.sh

@ -66,7 +66,7 @@ Install_app()
if [ -f $shell_file ];then if [ -f $shell_file ];then
bash -x $shell_file bash -x $shell_file
else else
echo '不支持...' > $install_tmp echo '不支持...'
exit 1 exit 1
fi fi

Loading…
Cancel
Save