pruned
This commit is contained in:
@@ -61,14 +61,6 @@ update_prompt() {
|
||||
echo -e "$icon $msg"
|
||||
}
|
||||
|
||||
auto_update_prompt() {
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
update_prompt $GREEN_CHECK
|
||||
elif [[ $REPLY =~ ^[Nn]$ ]]; then
|
||||
update_prompt $RED_X
|
||||
fi
|
||||
}
|
||||
|
||||
sign_host_cert() {
|
||||
local if="eth0"
|
||||
local IP_ADDRESS=$(ip -4 addr show dev $if | awk '/inet /{print $2}' | cut -d/ -f1) && \
|
||||
|
||||
Reference in New Issue
Block a user