Update debian-v5-install.sh

pull/1011/head
tteckster 3 years ago committed by GitHub
parent 7e339daa88
commit 0ad41bda7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      install/debian-v5-install.sh

@ -85,8 +85,7 @@ $STD apt-get install -y mc
msg_ok "Installed Dependencies"
echo "export TERM='xterm-256color'" >>/root/.bashrc
passwd -S root | grep -q "P"
if [ $? -ne 0 ]; then
if ! getent shadow root | grep -q "^root:[^\!*]"; then
msg_info "Customizing Container"
chmod -x /etc/update-motd.d/*
touch ~/.hushlogin

Loading…
Cancel
Save