From dc8ada3a20ce0c3f4ab0076fd9fb6eb3dc14f758 Mon Sep 17 00:00:00 2001 From: Boris Date: Wed, 11 Sep 2024 11:02:02 +0200 Subject: [PATCH] CI --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index bad96ea..e5ca19a 100755 --- a/install.sh +++ b/install.sh @@ -30,6 +30,9 @@ sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd # Create directories and copy files mkdir /opt/sjoel cp -r $SCRIPT_DIR/ /opt/sjoel +echho "Contents of /opt/sjoel:" +ls -la /opt/sjoel + mkdir -p /var/log/sjoelserver # Create user and set permissions