-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Domain setup has an issue #8
Comments
bumpie :) This is a showstopper for us. |
not sure what it is supposed to do, I got the same problem line 511-512 reads:
so I guess its not a big deal... |
more concerned about the few lines before those:
|
Fix locale, MOTD & updates to Webmin
Fix locale, MOTD & updates to Webmin
Tried doing the domain comment line:
bash setup-debian.sh domain cynix.us
And got the following:
Created cynix (OWQ1ZTdmYjc2O) with all permissions on cynix_us
setup-debian.sh: line 512: name: command not found
Reloading nginx configuration: nginx.
Created /var/www/cynix.us, /var/www/log/cynix.us, and /etc/nginx/sites-enabled/cynix.us.conf
The script creates an index.php within root with the following contents:
exec("CREATE TABLE IF NOT EXISTS ( varchar(100)) ENGINE=MyISAM"); $result = $db->query("SHOW TABLES"); while ($row = $result->fetch()) { var_dump($row); }The text was updated successfully, but these errors were encountered: