Skip to content
Snippets Groups Projects
Commit cf520701 authored by Mario Wenzel's avatar Mario Wenzel
Browse files

www: updated upload target

parent 3dcc1963
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd "$(dirname "$0")"
scp -r out/* dbs2.informatik.uni-halle.de:/www_dbs/rbench/
ssh dbs2.informatik.uni-halle.de chmod -R +r /www_dbs/rbench/*
scp -r out/* dbs2.informatik.uni-halle.de:/zpool1/dbis-nginx/volumes/dbs/rbench/
ssh dbs2.informatik.uni-halle.de chmod -R +r /zpool1/dbis-nginx/volumes/dbs/rbench/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment