Fix the path of the jar file.

This commit is contained in:
Andrea Dell'Amico 2022-04-04 11:30:20 +02:00
parent e7b9b10652
commit 850fefdd71
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ workspace_fuse_jar="$workspace_libdir/fuse-workspace.jar"
mkdir -p $workspace_dir
chown ${USER}:${USER} $workspace_dir
chown -R ${USER}:${USER} $workspace_logdir
chmod 444 $workspace_fuse_jar/fuse-workspace.jar
chmod 444 $workspace_fuse_jar
_retval=
if [ -d /home/${USER}/workspace ]; then