diff --git a/TODO.org b/TODO.org index beb8ac3..95f696d 100644 --- a/TODO.org +++ b/TODO.org @@ -31,5 +31,6 @@ admin@yunohost:/home/yunohost.app/ghostblog$ du -sh ghost/* * TODO mysql instead of sqlite ** http://docs.ghost.org/usage/configuration/ * TODO change installation path -* TODO change pid file path -* TODO cleanup pid file +* DONE change pid file path +** let's stay with /var/run/yunohost/ghostblog for the moment +* DONE cleanup pid file diff --git a/scripts/remove b/scripts/remove index 6d453fc..8a6500e 100644 --- a/scripts/remove +++ b/scripts/remove @@ -8,4 +8,6 @@ sudo service ynh-app-ghostblog stop sudo update-rc.d ynh-app-ghostblog remove sudo rm /etc/init.d/ynh-app-ghostblog -sudo rm -f /etc/nginx/conf.d/$domain.d/ghostblog.conf \ No newline at end of file +sudo rm -f /etc/nginx/conf.d/$domain.d/ghostblog.conf + +sudo rm -rf /var/run/yunohost/ghostblog \ No newline at end of file