diff options
Diffstat (limited to 'installer/cli.php')
-rw-r--r-- | installer/cli.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/cli.php b/installer/cli.php index 2d539f17..44ba1e47 100644 --- a/installer/cli.php +++ b/installer/cli.php @@ -45,6 +45,7 @@ if (!installer::connect($config)) { } else if (!installer::create_database_config($config)) { oops("Couldn't create var/database.php"); } else { + system("chmod -R 777 " . VARPATH); list ($user, $password) = installer::create_admin($config); print "Your Gallery has been successfully installed!\n"; print "We've created an account for you to use:\n"; |