# HG changeset patch # User Franz Glasner # Date 1661779045 -7200 # Node ID 9addf133d20863969e35e5ef2a3dc7c4377081c1 # Parent 39b736a91d0df4debdc6bd5e4bd2457152e3d864 FIX: Typo when calling the internal implementation of "configure" diff -r 39b736a91d0d -r 9addf133d208 sbin/fjail --- a/sbin/fjail Mon Aug 29 09:40:01 2022 +0200 +++ b/sbin/fjail Mon Aug 29 15:17:25 2022 +0200 @@ -661,7 +661,7 @@ command_populate "$@" ;; configure) - comment_configure "$@" + command_configure "$@" ;; copy) command_copy "$@"