Skip to content

Commit b54296c

Browse files
Set WORKBENCH_INSTALL_PATH when remounting after container restart (#231)
* remount-on-restart assumes WORKBENCH_INSTALL_PATH is set which is not always true * Remove export
1 parent 0852ff7 commit b54296c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

startupscript/remount-on-restart.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if [[ $# -ne 4 ]]; then
1414
exit 1
1515
fi
1616

17+
readonly WORKBENCH_INSTALL_PATH="${WORKBENCH_INSTALL_PATH:-/usr/bin/wb}"
18+
1719
readonly USER_NAME="${1}"
1820
readonly WORK_DIRECTORY="${2}"
1921
readonly CLOUD="${3}"

0 commit comments

Comments
 (0)