diff --git a/copyUpstream.sh b/copyUpstream.sh index 7ae3f2c..95f923a 100755 --- a/copyUpstream.sh +++ b/copyUpstream.sh @@ -1,6 +1,6 @@ #!/bin/bash echo "Will upload stuff from current directory to hoster ..... " -scp -O -r * 34021f23452@hugo-hirsch.de:~/htdocs/a_mailform/ +scp -O -r ./* 34021f23452@hugo-hirsch.de:~/htdocs/a_mailform/ echo "DATA SYNC finished" echo "In case you need to sync config changes continue or press Ctrl-C to abort."