From ffa787588c2ff2f3ea1e55818bf4e03da804b0c6 Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Sun, 1 Mar 2026 21:09:59 +0100 Subject: [PATCH] (hotfix) remove old survey fields --- build/Dockerfile | 4 ---- build/setup-desktop.sh | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 714a8bf..795657e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -4,11 +4,7 @@ RUN apk add --no-cache exo gcompat libc6-compat bash bash-completion alacritty COPY pm /usr/local/bin/pm COPY pm_bash.sh /etc/bash_completion.d/pm -COPY survey_bash.sh /etc/bash_completion.d/survey RUN chmod +x /usr/local/bin/pm -COPY survey /usr/local/bin/survey -RUN chmod +x /usr/local/bin/survey - COPY setup-desktop.sh /custom-cont-init.d/01-setup-desktop.sh RUN chmod +x /custom-cont-init.d/01-setup-desktop.sh \ No newline at end of file diff --git a/build/setup-desktop.sh b/build/setup-desktop.sh index deb819d..29f7b60 100644 --- a/build/setup-desktop.sh +++ b/build/setup-desktop.sh @@ -11,7 +11,7 @@ Version=1.0 Type=Application Name=PM Survey Comment=Launch the Prompt Manageragment Survey -Exec=/usr/local/bin/survey start +Exec=/usr/local/bin/pm survey start Icon=utilities-terminal Terminal=true Categories=Utility; @@ -20,7 +20,7 @@ EOF chmod +x /config/Desktop/LazyPM.desktop chown abc:abc /config/Desktop/LazyPM.desktop -survey // initialize the service to ensure the database is set up +pm # initialize the service to ensure the database is set up echo "**** Setting default browser to Chromium... ****"