Rework step options handling
This commit is contained in:
@@ -107,10 +107,8 @@ step_12() {
|
||||
addConf -s "$ipCron" "$ipCronLoc"
|
||||
}
|
||||
|
||||
step_14_info() {
|
||||
echoinfoArgs "[SOURCE_IP]"
|
||||
echo "Setup ufw rules to allow upnp, optionally from a sepcific SOURCE_IP"
|
||||
}
|
||||
step_14_info() { echo "Setup ufw rules to allow upnp, optionally from a sepcific SOURCE_IP"; }
|
||||
step_14_options() { echo "[SOURCE_IP]"; }
|
||||
step_14_alias() { echo "ufw"; }
|
||||
step_14() {
|
||||
shift
|
||||
|
Reference in New Issue
Block a user