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

typo

parent 4044e18f
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ function expire_pleroma_posts {
echo '#!/bin/bash' > $pleroma_expire_posts_script
echo "plmonths=\"$PLEROMA_EXPIRE_MONTHS\"" >> $pleroma_expire_posts_script
echo 'if [ ! ${#plmonths} -eq 0 ]; then' >> $pleroma_expire_posts_script
echo 'if [ ${#plmonths} -eq 0 ]; then' >> $pleroma_expire_posts_script
echo ' exit 1' >> $pleroma_expire_posts_script
echo 'fi' >> $pleroma_expire_posts_script
echo 'if [[ "$plmonths" == "0" ]]; then' >> $pleroma_expire_posts_script
......
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