plugins/nmount: keep `while` & `do` on one line for consistency

This commit is contained in:
8B411 2022-12-20 13:52:19 +02:00
parent e236bd0b3a
commit 606695a72b
No known key found for this signature in database
GPG Key ID: 48FD2BA7DBCBD45D
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ printf "\nEnsure you aren't still in the mounted device.\n"
printf "%s" "$prompt"
read -r dev
while [ -n "$dev" ]
do
while [ -n "$dev" ]; do
if [ "$dev" = "l" ]; then
lsblk
elif [ "$dev" = "q" ]; then