Skip to content

Commit 78ba536

Browse files
committed
output
1 parent 3ad8aee commit 78ba536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr/libexec/helper-scripts/set-keyboard-layout.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ set_labwc_keymap() {
433433
printf '%s\n' "$0: INFO: new '${labwc_config_path}' contents:" >&2
434434
stcat "${labwc_config_path}" >&2
435435
elif [ "${do_persist}" = 'false' ]; then
436+
printf '%s\n' "$0: INFO: Non-persistent configuration done. To persist, use option: --persist" >&2
436437
if ! safe-rm -- "${labwc_config_path}" ; then
437438
printf '%s\n' "$0: ERROR: Cannot remove temporary labwc environment config '${labwc_config_path}'!" >&2
438439
return 1

0 commit comments

Comments
 (0)