mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 08:33:40 +01:00
More fixes for compiled programs - remove an extra blank line (I must be getting close)
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3315 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
630bc7bd5d
commit
2869603084
@ -9382,7 +9382,6 @@ initialize() {
|
|||||||
__EOF__
|
__EOF__
|
||||||
if [ -z "$EXPORT" ]; then
|
if [ -z "$EXPORT" ]; then
|
||||||
cat >> $RESTOREBASE << __EOF__
|
cat >> $RESTOREBASE << __EOF__
|
||||||
|
|
||||||
if [ ! -f /usr/share/shorewall/version ] || [ \$(cat /usr/share/shorewall/version) != $VERSION ]; then
|
if [ ! -f /usr/share/shorewall/version ] || [ \$(cat /usr/share/shorewall/version) != $VERSION ]; then
|
||||||
error_message "ERROR: This script requires Shorewall version $VERSION"
|
error_message "ERROR: This script requires Shorewall version $VERSION"
|
||||||
exit 2
|
exit 2
|
||||||
|
Loading…
Reference in New Issue
Block a user