diff options
author | Simon Rettberg | 2024-04-30 15:41:28 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-04-30 15:41:28 +0200 |
commit | cb70f67e65a3111e45204efbb9d8c558cbca2224 (patch) | |
tree | b2d4868e449723653550e2adb061b29907c350d4 /satellit_installer | |
parent | [SS?S] Add dpkg hook to restart java services on update (diff) | |
download | setup-scripts-cb70f67e65a3111e45204efbb9d8c558cbca2224.tar.gz setup-scripts-cb70f67e65a3111e45204efbb9d8c558cbca2224.tar.xz setup-scripts-cb70f67e65a3111e45204efbb9d8c558cbca2224.zip |
[SSPS] Add safety-fallback to dpkg hook
Diffstat (limited to 'satellit_installer')
-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"; }; |