-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Description
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); }Metadata
Metadata
Assignees
Labels
No labels