Update cleanup_friendica.sh

This commit is contained in:
ingoj 2020-04-02 21:50:23 +02:00
parent 51c7fbc1b8
commit 8df2172aa2
1 changed files with 10 additions and 5 deletions

View File

@ -2,11 +2,16 @@
# set the following variables accordingly to your site # set the following variables accordingly to your site
# the admin will get a notification mail in BCC # the admin will get a notification mail in BCC
friendicapath="/var/www/net/nerdica.net/friendica"
site="SITE" # the following lines should be moved to a config file, eg. /usr/local/etc/cleanup_friendica.conf
siteurl="https://domain.tld/" #friendicapath="/var/www/net/nerdica.net/friendica"
siteadmin="admin@domain.tld" #site="SITE"
sitefrom="no-reply@domain.tld" #siteurl="https://domain.tld/"
#siteadmin="admin@domain.tld"
#sitefrom="no-reply@domain.tld"
source /usr/local/etc/cleanup_friendica.conf
cd ${friendicapath} || exit 0 cd ${friendicapath} || exit 0