Skip to content

Commit

Permalink
moved to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-ribchev committed Nov 9, 2023
1 parent df382d2 commit 9c12b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/install_graphdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ done

timedatectl set-timezone UTC

# Shred authorized_keys
shred -u /root/.ssh/authorized_keys /home/packer/.ssh/authorized_keys || true

# Install Tools
apt-get -o DPkg::Lock::Timeout=300 update -y
apt-get -o DPkg::Lock::Timeout=300 install -y bash-completion jq nvme-cli openjdk-11-jdk unzip
Expand Down Expand Up @@ -50,3 +47,6 @@ mv /tmp/graphdb.service /lib/systemd/system/graphdb.service
systemctl daemon-reload
systemctl enable graphdb.service
systemctl start graphdb.service

# Shred authorized_keys
shred -u /root/.ssh/authorized_keys /home/packer/.ssh/authorized_keys || true

0 comments on commit 9c12b8b

Please sign in to comment.