summarylogtreecommitdiffstats
path: root/create-default-conf-dir.patch
blob: 2c4507c8978e21b0cb753b5b3357210c44a0a3bd (plain)
1
2
3
4
5
6
7
8
9
10
--- a/scripts/upgrade/upgrade_4.4_5.0.sh
+++ a/scripts/upgrade/upgrade_4.4_5.0.sh
@@ -206,6 +206,7 @@
         $seafile_data_dir/seafile.conf
         $seahub_settings_py
     )
+    mkdir -p $default_conf_dir
     for conffile in ${confs[*]}; do
         if grep -q "This file has been moved" $conffile; then
             continue