Browse Source

added info

feature/alerts-refactor
Daniel Gibbs 4 years ago
parent
commit
30ac8551ba
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 2
      lgsm/functions/alert.sh

2
lgsm/functions/alert.sh

@ -252,6 +252,8 @@ elif [ "${alert}" == "config" ]; then
fn_alert_config
elif [ "${alert}" == "wipe" ]; then
fn_alert_wipe
elif [ "${alert}" == "info" ]; then
fn_alert_info
fi
# Generate alert log.

Loading…
Cancel
Save