mirror of
https://codeberg.org/Windfluechter/cleanup-friendica.git
synced 2024-12-04 15:54:27 +01:00
Update cleanup_friendica.sh
This commit is contained in:
parent
51c7fbc1b8
commit
8df2172aa2
1 changed files with 10 additions and 5 deletions
|
@ -2,11 +2,16 @@
|
|||
|
||||
# set the following variables accordingly to your site
|
||||
# the admin will get a notification mail in BCC
|
||||
friendicapath="/var/www/net/nerdica.net/friendica"
|
||||
site="SITE"
|
||||
siteurl="https://domain.tld/"
|
||||
siteadmin="admin@domain.tld"
|
||||
sitefrom="no-reply@domain.tld"
|
||||
|
||||
# the following lines should be moved to a config file, eg. /usr/local/etc/cleanup_friendica.conf
|
||||
#friendicapath="/var/www/net/nerdica.net/friendica"
|
||||
#site="SITE"
|
||||
#siteurl="https://domain.tld/"
|
||||
#siteadmin="admin@domain.tld"
|
||||
#sitefrom="no-reply@domain.tld"
|
||||
|
||||
source /usr/local/etc/cleanup_friendica.conf
|
||||
|
||||
|
||||
cd ${friendicapath} || exit 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue