From 3b1c124e226c3e3c06f8c004e991af5c5cb65eaf Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 18 Mar 2014 13:19:57 +0100 Subject: [PATCH] add TODO file --- TODO | 8 ++++++++ scripts/install | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..04d07ef --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +* logs +* is_public +* auto set up admin section +* mail in config.js : what's this ? +* add to ynh service list +* clean up install tree. +* check if $path contains "ghost", refused by ghost + diff --git a/scripts/install b/scripts/install index 86064bd..2886711 100644 --- a/scripts/install +++ b/scripts/install @@ -5,8 +5,6 @@ domain=$1 path=$2 is_public=$3 -# TODO : check if $path contains "ghost", refused by ghost - # Check domain/path availability sudo yunohost app checkurl $domain$path -a ghostblog if [[ ! $? -eq 0 ]]; then @@ -56,5 +54,3 @@ sudo service ynh-app-ghostblog start echo "Reloading Nginx..." sudo service nginx reload sudo yunohost app ssowatconf - -# TODO : logs, is_public, auto set up admin section, mail in config.js, add to ynh service