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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 64 additions and 64 deletions

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 &&