forked from extern/shorewall_code
Restore display of shell compiler version
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6567 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3803870081
commit
5f614141ca
@ -1437,6 +1437,10 @@ version_command() {
|
||||
echo $version
|
||||
|
||||
if [ -n "$all" ]; then
|
||||
if [ -f /usr/share/shorewall-shell/version ]; then
|
||||
echo "Shorewall-shell $(cat /usr/share/shorewall-shell/version)"
|
||||
fi
|
||||
|
||||
if [ -f /usr/share/shorewall-perl/version ]; then
|
||||
echo "Shorewall-perl $(cat /usr/share/shorewall-perl/version)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user