Merge pull request #1 from ben-utzer/patch-1

sed changed to have it correct for grep
This commit is contained in:
ingoj 2020-12-29 21:09:27 +01:00 committed by GitHub
commit a19611729a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ esac
. /usr/local/etc/cleanup_friendica.conf
# make a list to be used for grep -E
protected=$(echo $protectedusers | sed 's/\"//g' | sed 's/\ /\|/g')
protected=$(echo $protectedusers | sed 's/\"//g' | sed 's/\ /\\\|/g')
cd ${friendicapath} || exit 0