Skip to content

Commit 1b82320

Browse files
committed
Add option to upgrade kss via install script
- test library dir content
1 parent 891f7d8 commit 1b82320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ esac
334334
echo 'extract binary' >&2
335335

336336
if [ -d "${execution_directory}kss_lib/" ]; then
337+
# TODO remove ls again
338+
ls -lisa "${execution_directory}kss_lib/"
337339
rm "${execution_directory}kss_lib/*.jar"
338340
fi
339341
archiveInternalName="$(tar --list --file "${archive_name}" --exclude="*/?*")"

0 commit comments

Comments
 (0)