gluon-setup-mode: fix indentation

This commit is contained in:
Jan-Niklas Burfeind 2022-12-16 23:48:16 +01:00
parent 6c4a0ae373
commit 309922e5c9

View File

@ -10,7 +10,7 @@ USE_PROCD=1
delete_interface() { delete_interface() {
[ "$1" = 'loopback' ] || uci_remove network "$1" [ "$1" = 'loopback' ] || uci_remove network "$1"
} }
prepare_config() { prepare_config() {