comparison sbin/fjail @ 220:9addf133d208

FIX: Typo when calling the internal implementation of "configure"
author Franz Glasner <f.glasner@feldmann-mg.com>
date Mon, 29 Aug 2022 15:17:25 +0200
parents 39b736a91d0d
children f62f8ec6a19b
comparison
equal deleted inserted replaced
219:39b736a91d0d 220:9addf133d208
659 ;; 659 ;;
660 populate) 660 populate)
661 command_populate "$@" 661 command_populate "$@"
662 ;; 662 ;;
663 configure) 663 configure)
664 comment_configure "$@" 664 command_configure "$@"
665 ;; 665 ;;
666 copy) 666 copy)
667 command_copy "$@" 667 command_copy "$@"
668 ;; 668 ;;
669 *) 669 *)