Skip to content
Snippets Groups Projects
Commit ef2a5ca0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Comment out import

parent 1d788889
No related branches found
No related tags found
No related merge requests found
...@@ -252,6 +252,7 @@ function pleroma_create_database { ...@@ -252,6 +252,7 @@ function pleroma_create_database {
else else
sed -i 's|pbkdf2_rounds.*|pbkdf2_rounds, 1|g' $pleroma_secret sed -i 's|pbkdf2_rounds.*|pbkdf2_rounds, 1|g' $pleroma_secret
fi fi
sed -i 's|import_config|# import_config|g' $pleroma_secret
cd $PLEROMA_DIR cd $PLEROMA_DIR
chown -R pleroma:pleroma $PLEROMA_DIR/* chown -R pleroma:pleroma $PLEROMA_DIR/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment