mirror of
https://codeberg.org/Windfluechter/cleanup-friendica.git
synced 2025-03-02 13:11:02 +01:00
Update cleanup_friendica.sh
fixed typo
This commit is contained in:
parent
a50b8f5862
commit
220520c2a1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ done
|
|||
|
||||
# find & notify users that didn't logged in >6 months and send mail to log in again
|
||||
for u in $( ${friendicapath}/bin/console user list active -c 10000 | grep -v '.*---.*' | sed 's/|/;/g' | tr -s "\ " | sed 's/^;\ //g' | sed 's/\ ;\ /;/g' | sed 's/\ /_/g' | tail -n +2 ); do
|
||||
r=$(echo "${u}" | awk -F ";" '{print $1}')
|
||||
username=$(echo "${u}" | awk -F ";" '{print $1}')
|
||||
dispname=$(echo "${u}" | awk -F ";" '{print $2}')
|
||||
profileurl=$(echo "${u}"| awk -F ";" '{print $3}')
|
||||
usermail=$(echo "${u}" | awk -F ";" '{print $4}')
|
||||
|
|
Loading…
Reference in a new issue