zpanel / installers

Provides a central place to store, version and distribute ZPanel installers and upgrade scripts from.
http://www.zpanelcp.com
GNU General Public License v3.0
73 stars 154 forks source link

Fixed missing "while" loop #14

Closed stokes84 closed 10 years ago

stokes84 commented 10 years ago

Causing installer to hang upon completion and output

/dev/fd/63: line 446: break: only meaningful in a `for', `while', or `until' loop
/dev/fd/63: line 449: syntax error near unexpected token `done'
/dev/fd/63: line 449: `done' 
allebb commented 10 years ago

Is there any reason why you've added a snapshot download URL to your own repository in the README? - Doesn't really make sense why we'd link to your fork for the installers lol?

allebb commented 10 years ago

FYI, I'm, refereing to where you've added:

+Quick Link to Custom Snapshop Installer
 +```bash <(curl -Ss https://raw.github.com/stokes84/installers/master/install/CentOS-6_4/10_1_1.sh)```
 +

In Readme.md? - Unless I'm getting confused isn't this the same as what you've just opened a PR for? lol

stokes84 commented 10 years ago

LOL wooooooops! Sorry was using that for testing (quick copy and paste into terminal over and over). Removed the version checkout and was checking out to master to get EVERYTHING current. I got on autopilot apparently >_< Meant to close this one, sorry bout that