summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
authorSimon Rettberg2024-04-30 15:41:28 +0200
committerSimon Rettberg2024-04-30 15:41:28 +0200
commitcb70f67e65a3111e45204efbb9d8c558cbca2224 (patch)
treeb2d4868e449723653550e2adb061b29907c350d4 /satellit_installer
parent[SS?S] Add dpkg hook to restart java services on update (diff)
downloadsetup-scripts-master.tar.gz
setup-scripts-master.tar.xz
setup-scripts-master.zip
[SSPS] Add safety-fallback to dpkg hookHEADmaster
Diffstat (limited to 'satellit_installer')
-rw-r--r--satellit_installer/static_files/system-updates/etc/apt/apt.conf.d/80java-restart2
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"; };