(hotfix) remove old survey fields

This commit is contained in:
Robin Olsen
2026-03-01 21:09:59 +01:00
parent 3e29e6ad4d
commit ffa787588c
2 changed files with 2 additions and 6 deletions

View File

@@ -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

View File

@@ -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... ****"