diff --git a/start.sh b/start.sh index 0c5787a..1dbb663 100644 --- a/start.sh +++ b/start.sh @@ -3,14 +3,5 @@ # Hostname echo escape-room > /etc/hostname - -# lvl5 -if [ "$USER" = "crime5" ]; then - if ! pgrep -f "/root/watchdog.py" > /dev/null; then - /usr/bin/python3 /root/watchdog.py & - fi -fi - - # SSH exec /usr/sbin/sshd -D \ No newline at end of file