Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadPackets committed Jun 22, 2021
2 parents 97d7cb5 + dcecf64 commit 12c91fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.2
v2.4.7
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cp -a /etc/skel/. /root/
echo 'export PATH=$PATH:/root/.local/bin:/usr/share/doc/python3-impacket/examples/' >> /root/.zshrc
echo 'export LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8' >> /root/.zshrc
echo "export DISPLAY=$DISPLAY" >> /root/.zshrc
echo "export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'" >> /root/.zshrc
touch /root/.hushlogin
cp /setup/banner.sh /etc/profile.d/banner.sh

Expand Down Expand Up @@ -42,4 +43,4 @@ fi

# Launch ssh
echo "Launching SSH..."
/usr/sbin/sshd -D -e
/usr/sbin/sshd -D -e

0 comments on commit 12c91fd

Please sign in to comment.