Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-04-02 02:25:18 +02:00
parent e627269ec6
commit 0d5ca1f8d9
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ ln -sf /home/${USER}/workspace $workspace_dir
echo "Mount the workspace"
su - "$USER" -c "/usr/bin/java -cp .:${workspace_dir}:${workspace_logdir}/ -Dlogback.configurationFile=${workspace_logdir}/logback.xml -jar $workspace_fuse_jar $SHINYPROXY_OIDC_ACCESS_TOKEN $workspace_dir" >/dev/null 2>&1 &
exit ?$
exit $?