(hotfix) remove old survey fields
This commit is contained in:
@@ -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
|
||||
@@ -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... ****"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user