Task #39953 - added.err
back to task #39953download
Error: SHELLCHECK_WARNING (CWE-829): /usr/lib/systemd/stratis-fstab-setup:21:5: warning[SC2091]: Remove surrounding $() to avoid executing output (or use eval if intentional). # 19| # 20| if $(stratis-min pool is-stopped "$POOL_UUID"); then # 21|-> if $(stratis-min pool is-encrypted "$POOL_UUID"); then # 22| if stratis-min pool start --token-slot=any "$POOL_UUID"; then # 23| exit 0