diff --git a/manifest.json b/manifest.json index 60dbc4c..c7f1c4d 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,6 @@ "install" : [ { "name": "domain", - "type": "domain", "ask": { "en": "Choose a domain for phpBB", "fr": "Choisissez un domaine pour phpBB" @@ -24,7 +23,6 @@ }, { "name": "path", - "type": "path", "ask": { "en": "Choose a path for phpBB", "fr": "Choisissez un chemin pour phpBB" @@ -52,7 +50,6 @@ }, { "name": "admin_pwd", - "type": "password", "ask": { "en": "Indicate phpBB admin password", "fr": "Renseignez un mot de passe pour l'admin phpBB" diff --git a/scripts/install b/scripts/install index 1b77a92..9f0b201 100644 --- a/scripts/install +++ b/scripts/install @@ -38,7 +38,7 @@ sudo cp -a ../sources/french_language/* $final_path/ sudo chown -R www-data:www-data $final_path # Configuration of phpBB -sudo curl -k -X POST \ +curl -k -X POST \ -H "Host: $domain" \ --data-urlencode "dbms=mysqli" \ --data-urlencode "dbhost=localhost" \