Skip to content

Commit bdf578f

Browse files
committed
Update install.func
1 parent 46aa306 commit bdf578f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

misc/install.func

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ motd_ssh() {
222222

223223
PROFILE_FILE="/etc/profile.d/00_lxc-details.sh"
224224
echo "echo -e \"\"" >"$PROFILE_FILE"
225-
echo -e "echo -e \"${BOLD}${YW}${APPLICATION} LXC Container - DEV Repository${CL}\"" >>"$PROFILE_FILE"
226-
echo -e "echo -e \"${RD}WARNING: This is a DEVELOPMENT version (ProxmoxVED). Do NOT use in production!${CL}\"" >>"$PROFILE_FILE"
227225
echo -e "echo -e \"${YW} OS: ${GN}${OS_NAME} - Version: ${OS_VERSION}${CL}\"" >>"$PROFILE_FILE"
228226
echo -e "echo -e \"${YW} Hostname: ${GN}\$(hostname)${CL}\"" >>"$PROFILE_FILE"
229227
echo -e "echo -e \"${YW} IP Address: ${GN}\$(hostname -I | awk '{print \$1}')${CL}\"" >>"$PROFILE_FILE"

0 commit comments

Comments
 (0)