home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 4 Apr 2025 21:59:47 +0000 (23:59 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 4 Apr 2025 21:59:47 +0000 (23:59 +0200)
bookworm/scripts/lib/constants_ssh [new file with mode: 0644]
testing/scripts/init_server_access.sh
testing/scripts/lib/constants_ssh [changed from file to symlink]

diff --git a/bookworm/scripts/lib/constants_ssh b/bookworm/scripts/lib/constants_ssh
new file mode 100644 (file)
index 0000000..43e6ee5
--- /dev/null
@@ -0,0 +1,3 @@
+. lib/constants_user
+PATH_REL_SSH=.ssh
+PATH_USER_SSH="${PATH_USER_HOME}/${PATH_REL_SSH}"
index 385b3b36765c4c21a0bff136c0389b4d09fe0546..22cee96a2d041e483223a560177f62dd34d2f4c5 100755 (executable)
@@ -22,3 +22,5 @@ stty echo
 
 echo '\nSetting up config repo.'
 ssh "root@${SERVER}" 'apt update && apt install -y git && git clone https://plomlompom.com/repos/clone/config'
+
+echo "\nServer ready, log in with: ssh root@${SERVER}"
deleted file mode 100644 (file)
index 43e6ee547b8b1990861e36cc410acd02ab10c489..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,3 +0,0 @@
-. lib/constants_user
-PATH_REL_SSH=.ssh
-PATH_USER_SSH="${PATH_USER_HOME}/${PATH_REL_SSH}"
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..b7110253b3f0a4fdc998bab6b9bac7d6a933aa38
--- /dev/null
@@ -0,0 +1 @@
+../../../bookworm/scripts/lib/constants_ssh
\ No newline at end of file