aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-21 06:51:57 -0300
committerEuAndreh <eu@euandre.org>2023-06-21 06:51:57 -0300
commitceba35b8b8bde6d3045050be613378f68574edf6 (patch)
treefe892e630d8f6d15606470268f98ce8250735514 /Makefile
parentsrc/secrets/nginx.conf.txt.gpg: Add private nginx config, and include it in s... (diff)
downloadserver-ceba35b8b8bde6d3045050be613378f68574edf6.tar.gz
server-ceba35b8b8bde6d3045050be613378f68574edf6.tar.xz
Add "--lock-wait 1200" restriction to the SSH key command
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show ceba35b8b8bde6d3045050be613378f68574edf6 git notes --ref=refs/notes/ci-data show ceba35b8b8bde6d3045050be613378f68574edf6 Exit status: 0 Duration: 22
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 657c9a3..3956f66 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ packages system: ALWAYS \
src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.stripped: \
src/infrastructure/keys/SSH/root@euandre.org.id_rsa.pub.txt
- cut -d' ' -f6- < $(@D)/`basename $(@F) .stripped`.txt > $@
+ cut -d' ' -f8- < $(@D)/`basename $(@F) .stripped`.txt > $@
install: all
mkdir -p \