Skip to content

Commit 3f40875

Browse files
committed
Prevent problems with single quotes
Similar to: ComplianceAsCode#13713 Fixes: ComplianceAsCode#13737
1 parent 171c5cc commit 3f40875

File tree

1 file changed

+1
-1
lines changed
  • linux_os/guide/system/accounts/accounts-banners/gui_login_banner/dconf_gnome_login_banner_text/bash

1 file changed

+1
-1
lines changed

linux_os/guide/system/accounts/accounts-banners/gui_login_banner/dconf_gnome_login_banner_text/bash/shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# platform = multi_platform_all
22

3-
{{{ bash_instantiate_variables("login_banner_text") }}}
3+
login_banner_text="(bash-populate login_banner_text)"
44

55
# Multiple regexes transform the banner regex into a usable banner
66
# 0 - Remove anchors around the banner text

0 commit comments

Comments
 (0)