Fix inconsistent indent (#165)

This commit is contained in:
Aristo Chen
2022-01-06 16:21:43 +08:00
committed by GitHub
parent 618a3fedce
commit 86d770528a

View File

@@ -2029,7 +2029,7 @@ do_net_names () {
if [ "$INTERACTIVE" = True ]; then if [ "$INTERACTIVE" = True ]; then
whiptail --msgbox "Predictable network interface names are $STATUS" 20 60 1 whiptail --msgbox "Predictable network interface names are $STATUS" 20 60 1
fi fi
} }
do_update() { do_update() {
apt-get update && apt-get update &&