Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-08-21 16:47:26 +0200
committerGitHub <noreply@github.com>2019-08-21 16:47:26 +0200
commit1ce6075a48e261396398c2bd3b90dcafe9ee6bf8 (patch)
tree85cac6a6841cb87a35d1004438f11cf934a34828 /deployments
parent9c5b0425790d19b2ecdfd8925d383a80a4fcb433 (diff)
Escaping things are hard..
Diffstat (limited to 'deployments')
-rw-r--r--deployments/pentest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/pentest.json b/deployments/pentest.json
index f65f556a..e2ff8ce6 100644
--- a/deployments/pentest.json
+++ b/deployments/pentest.json
@@ -35,7 +35,7 @@
"cp dumper/dumper.py /usr/bin/" : null,
"chmod 440 /etc/dumper/config.json" : null,
"chmod 540 /usr/bin/dumper.py" : null,
- "cp dumper/systemd/dumper\@.service /etc/systemd/system/" : null,
+ "cp dumper/systemd/dumper\\@.service /etc/systemd/system/" : null,
"sed -i 's/#ListenAddress 0.0.0.0/ListenAddress 192.168.0.10/' /mnt/etc/ssh/sshd_config" : {"no-chroot" : true},
"rm -rf dumper" : null,
"netctl enable LAN" : null,