mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update alpine-install.func
tweak
This commit is contained in:
		@@ -117,7 +117,7 @@ motd_ssh() {
 | 
			
		||||
 | 
			
		||||
customize() {
 | 
			
		||||
  msg_info "Customizing Container"
 | 
			
		||||
  bash -c "/etc/init.d/syslog stop;rc-update del syslog boot;passwd -d root" >/dev/null 2>&1
 | 
			
		||||
  bash -c "passwd -d root" >/dev/null 2>&1
 | 
			
		||||
  msg_ok "Customized Container"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -125,4 +125,4 @@ root() {
 | 
			
		||||
  if ! getent shadow root | grep -q '^root:[^:]*:\?\$'; then
 | 
			
		||||
    customize
 | 
			
		||||
  fi
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user