mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
Don't apply 'postcompile' during an update
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
3959feebe0
commit
7fa39a63ed
@ -473,7 +473,7 @@ compiler() {
|
||||
|
||||
status=$?
|
||||
|
||||
if [ $status -eq 0 -a $COMMAND != check ]; then
|
||||
if [ $status -eq 0 -a $COMMAND != check -a $COMMAND != update ]; then
|
||||
g_compiled="$g_file"
|
||||
run_postcompile "$g_compiled"
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user