diff --git a/check_process b/check_process index 7a1a3b5..4eafc80 100644 --- a/check_process +++ b/check_process @@ -13,13 +13,8 @@ upgrade=1 backup_restore=1 multi_instance=1 - wrong_user=1 - wrong_path=1 incorrect_path=1 - corrupt_source=0 - fail_download_source=0 port_already_use=0 - final_path_already_use=0 ;;; Levels Level 1=auto Level 2=auto @@ -33,3 +28,6 @@ Level 8=0 Level 9=0 Level 10=0 +;;; Options +Email= +Notification=none \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index b4e5eb7..91efecd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,3 +1,3 @@ SOURCE_URL=https://static.wallabag.org/releases/wallabag-release-2.2.2.tar.gz SOURCE_SUM=40d98bd556116dbc28f92339f0e5b93836ece87dcb01e7aaa628ea98855a1f51 -ARCH_FORMAT=tar.gz \ No newline at end of file +SOURCE_FORMAT=tar.gz \ No newline at end of file diff --git a/conf/wallabag-deps.control b/conf/wallabag-deps.control deleted file mode 100644 index 203e0d8..0000000 --- a/conf/wallabag-deps.control +++ /dev/null @@ -1,16 +0,0 @@ -Section: misc -Priority: optional -Homepage: https://www.wallabag.org/ -Standards-Version: 3.9.2 - -Package: wallabag-deps -Version: 2.1-1 -Depends: php5-cli, php5-mysql, php5-json, php5-gd, php5-tidy, php5-curl - , php-gettext, redis-server -Architecture: all -Description: meta package for wallabag dependencies - Wallabag is a self hostable application allowing you to not miss - any content anymore. Click, save, read it when you can. It extracts - content so that you can read it when you have time. - . - This meta-package is only responsible of installing its dependencies.