Escaping things are hard..

This commit is contained in:
Anton Hvornum 2019-08-21 16:47:26 +02:00 committed by GitHub
parent 9c5b042579
commit 1ce6075a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,