Skip to content
Snippets Groups Projects
Commit 11a56a35 authored by anttil's avatar anttil
Browse files

BIS-139 / SP-510: Auto-symlink startup script

SVN: 28406
parent bebfc40f
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ do
then
for jar in `ls ${folder}/lib/*.jar`;
do
echo "# ln -s $jar `pwd`/lib/autolink-${dropbox}-`basename $jar`";
ln -s $jar `pwd`/lib/autolink-${dropbox}-`basename $jar`;
done;
fi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment