Skip to content

Commit 5102371

Browse files
committed
Ajout d'un retour à la ligne à la fin de la fonction check dans keyboard.sh
1 parent d684aec commit 5102371

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

archlinux/install/config/keyboard.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ function check(){
1919
show_success "NuPhy udev rules file exists"
2020
else
2121
show_error "NuPhy udev rules file" "The /etc/udev/rules.d/50-nuphy.rules file is missing."
22-
fi}
22+
fi
23+
}

0 commit comments

Comments
 (0)