Generate error pages
This commit is contained in:
parent
e4106ef46c
commit
5e8781baf7
6 changed files with 72 additions and 24 deletions
|
|
@ -15,6 +15,7 @@ then
|
|||
OPTS="$OPTS --delete"
|
||||
fi
|
||||
|
||||
rsync -e ssh -av $OPTS out/errors phobos:~/
|
||||
rsync -e ssh -av $OPTS out/htdocs phobos:~/
|
||||
rsync -e ssh -av $OPTS out/teams phobos:~/
|
||||
rsync -e ssh -av $OPTS files phobos:~/
|
||||
|
|
|
|||
Reference in a new issue