Skip to content

Commit

Permalink
only delete guacamole jars
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Apr 5, 2024
1 parent a4f9da4 commit 52d372a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/cont-init.d/50-extensions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv sh

echo "Cleaning Extensions from previous Guacamole versions"
for e in $(ls -1 ${GUACAMOLE_HOME}/extensions | grep -v ${GUAC_VER}); do
for e in $(ls -1 ${GUACAMOLE_HOME}/extensions | grep guacamole | grep -v ${GUAC_VER}); do
rm ${GUACAMOLE_HOME}/extensions/${e}
done

Expand Down

0 comments on commit 52d372a

Please sign in to comment.