removed version into jar name
This commit is contained in:
parent
1607e8d6d0
commit
db911a6a63
|
@ -25,7 +25,7 @@ HDIR="{{ r_connector_usershome }}$USER"
|
|||
# 1: not allowed
|
||||
ALLOW_LOCAL_USERS=1
|
||||
RPROFILE_FILE='{{ r_connector_rprofile_path }}/{{ r_connector_rprofile_filename }}'
|
||||
FUSE_INTEGRATION_JAR=/usr/local/lib/sh-fuse-integration-1.0.0-SNAPSHOT-jar-with-dependencies.jar
|
||||
FUSE_INTEGRATION_JAR=/usr/local/lib/sh-fuse-integration-jar-with-dependencies.jar
|
||||
WORKSPACE_MOUNT_DIR="$HDIR/{{ r_connector_workspace_mountpoint }}"
|
||||
|
||||
workspace_mount () {
|
||||
|
|
Loading…
Reference in New Issue