first commit
This commit is contained in:
parent
a34591882f
commit
49bf353cff
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ read -p " Enter selection [0-3] or (Enter) to Quit > " selection
|
|||
|
||||
# Clear area beneath menu
|
||||
tput cup 10 0
|
||||
echo -n ${BG_BLACK}${FG_GREEN}
|
||||
echo -n ${FG_GREEN}
|
||||
tput ed
|
||||
tput cup 11 0
|
||||
|
||||
|
@ -259,7 +259,7 @@ if test -f /usr/bin/motds32; then /usr/bin/motds32 -g; fi
|
|||
echo -e "\n\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\n\n Help? Use: \n \033[1;30m /usr/bin/motds32\e[0m \n or \033[1;30m\n motd\e[0m\n"
|
||||
printf "\n \e[1;33m (Press any key to exit.)\e[0m"
|
||||
;;
|
||||
3) echo -e "\n\e[34m Dsinstallation of MOTDs32 in progress... \e[0m"
|
||||
3) echo -e "\n\e[34m Unistall of MOTDs32 in progress... \e[0m"
|
||||
## remove file and directory
|
||||
make uninstall
|
||||
rm /etc/motds32/ -Rf
|
||||
|
|
Loading…
Reference in a new issue