mirror of
https://github.com/evilsocket/pwnagotchi.git
synced 2026-01-23 02:24:15 +00:00
quote shifting
This commit is contained in:
parent
d5007385f3
commit
5119bf4326
1 changed files with 1 additions and 1 deletions
|
|
@ -46,6 +46,6 @@ scp -rC "${USERNAME}@${UNIT_HOSTNAME}":/tmp/backup /tmp/
|
|||
|
||||
echo "@ compressing ..."
|
||||
|
||||
zip -r -9 -q $"OUTPUT" /tmp/backup
|
||||
zip -r -9 -q "$OUTPUT" /tmp/backup
|
||||
rm -rf /tmp/backup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue