Update debian-v5-install.sh

This commit is contained in:
tteckster 2023-02-03 04:57:48 -05:00 committed by GitHub
parent 7e339daa88
commit 0ad41bda7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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