where files are downloaded to, to avoid annoying directory structure

master
Nicholas Hope 2023-01-01 16:18:41 -05:00
parent d45ee35d23
commit 12e624c641
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ do
if [[ -n "$JUST_ACCESS" ]]; then
scp -pr -i ${SSHKEY} "admin@${location}.nickhope.world:/var/log/apache2/access.log" ${OUTDIR}
else
scp -pr -i ${SSHKEY} "admin@${location}.nickhope.world:/var/log/apache2" ${OUTDIR}
scp -pr -i ${SSHKEY} "admin@${location}.nickhope.world:/var/log/apache2/*" ${OUTDIR}
fi
done