diff options
-rw-r--r-- | satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart b/satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart index bf50988..cd88f94 100644 --- a/satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart +++ b/satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart @@ -1 +1 @@ -DPkg::Post-Invoke { "/opt/openslx/dpkg-post.sh"; }; +DPkg::Post-Invoke { "/opt/openslx/dpkg-post.sh || true"; }; |