Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisGerretzen committed Sep 11, 2024
1 parent b30975d commit 6f994fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ 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
echo "Contents of /opt/sjoel:"
ls -la /opt/sjoel

cp -r $SCRIPT_DIR/* /opt/sjoel
mkdir -p /var/log/sjoelserver

# Create user and set permissions
Expand Down

0 comments on commit 6f994fd

Please sign in to comment.