X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=check_setup.php;h=cf02c34baeacffc8cfc673c4b31c9a6ca69119e7;hb=fae15c9f84394f905e5237a1afc10364aeb42dd0;hp=7e378b1537ee0b6e0c1a3fc5d84c43919f60ce05;hpb=83cac9ac05232a304b5ac9c0226d0271673b722c;p=github%2Fwallabag%2Fwallabag.git diff --git a/check_setup.php b/check_setup.php old mode 100644 new mode 100755 index 7e378b15..cf02c34b --- a/check_setup.php +++ b/check_setup.php @@ -5,11 +5,6 @@ if (! is_writable('cache')) { die('The directory "cache" must be writeable by your web server user'); } -// Check if /db is writeable -if (! is_writable('db') && STORAGE === 'sqlite') { - die('The directory "db" must be writeable by your web server user'); -} - // install folder still present, need to install wallabag if (is_dir('install')) { require('install/index.php');