Skip to content

Commit 1826d3c

Browse files
authored
Apply suggestions from code review
1 parent bd833af commit 1826d3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dietpi/dietpi-servarr_to_ram

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ _EOF_
398398
'Store to disk' ": Store ${INPUT_PROG:-all} databases back to disk"
399399
'Backup' ": Update ${INPUT_PROG:-all} database backups"
400400
'' '●─ Boot service '
401-
'Service' "[$boot_status] Enable/disable link to RAM on system boot"
401+
'Service' "[$boot_status] Link to RAM all databases on system boot"
402402
)
403403

404404
G_WHIP_BUTTON_CANCEL_TEXT='Exit'
@@ -435,6 +435,7 @@ _EOF_
435435
fi
436436
;;
437437

438+
*) :;;
438439
esac
439440

440441
(( $EXIT_CODE )) && read -rp "[ERROR] An issue has occurred. Please check the above output for details. Press Enter or Return to return to $G_PROGRAM_NAME."

0 commit comments

Comments
 (0)