Fix the path of the jar file. #22
|
@ -26,7 +26,7 @@ workspace_fuse_jar="$workspace_libdir/fuse-workspace.jar"
|
||||||
mkdir -p $workspace_dir
|
mkdir -p $workspace_dir
|
||||||
chown ${USER}:${USER} $workspace_dir
|
chown ${USER}:${USER} $workspace_dir
|
||||||
chown -R ${USER}:${USER} $workspace_logdir
|
chown -R ${USER}:${USER} $workspace_logdir
|
||||||
chmod 444 $workspace_fuse_jar/fuse-workspace.jar
|
chmod 444 $workspace_fuse_jar
|
||||||
|
|
||||||
_retval=
|
_retval=
|
||||||
if [ -d /home/${USER}/workspace ]; then
|
if [ -d /home/${USER}/workspace ]; then
|
||||||
|
|
Loading…
Reference in New Issue