Comment out import

This commit is contained in:
Bob Mottram 2018-01-09 19:34:14 +00:00
parent 1d7888894f
commit ef2a5ca038
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ function pleroma_create_database {
else
sed -i 's|pbkdf2_rounds.*|pbkdf2_rounds, 1|g' $pleroma_secret
fi
sed -i 's|import_config|# import_config|g' $pleroma_secret
cd $PLEROMA_DIR
chown -R pleroma:pleroma $PLEROMA_DIR/*