Skip to content

Domain setup has an issue #8

@drmike

Description

@drmike

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions