From a54ad803a77c0fcc26af5ce0cbe9cb3ce390e953 Mon Sep 17 00:00:00 2001 From: binhex Date: Wed, 7 Aug 2024 21:48:39 +0100 Subject: [PATCH] remove previous lock file --- build/root/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/root/install.sh b/build/root/install.sh index ccd01d3..a2e5e54 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -77,6 +77,9 @@ pacman -U "/tmp/${package_name}" --noconfirm cp /home/nobody/novnc-16x16.png /usr/share/webapps/novnc/app/images/icons/ cat <<'EOF' > /tmp/startcmd_heredoc +# delete previous lock file if it exists +rm -f ${HOME}/.config/JetBrains/PyCharm*/.lock + # launch pycharm /usr/bin/pycharm EOF