6 lignes
238 o
Bash
Fichier exécutable
6 lignes
238 o
Bash
Fichier exécutable
#!/bin/sh
|
|
BASEDIR=$(dirname $0)
|
|
cd "$BASEDIR/MastodonStartpage"
|
|
git pull
|
|
cd ..
|
|
rsync -av --filter "protect mustard/crawler/peers" --filter "protect mustard/sec/mustard.ini" --delete-after MastodonStartpage/web/ /var/www/localhost/htdocs/
|