We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec4307 commit 5f93c94Copy full SHA for 5f93c94
scripts/start_ursim.sh
@@ -325,11 +325,11 @@ main() {
325
326
validate_parameters
327
328
- strip_robot_model "$ROBOT_MODEL" "$ROBOT_SERIES"
329
-
330
URCAP_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/urcaps"
331
PROGRAM_STORAGE="${PERSISTENT_BASE}/${ROBOT_SERIES}/${ROBOT_MODEL}/programs"
332
+ strip_robot_model "$ROBOT_MODEL" "$ROBOT_SERIES"
+
333
if [ -z "$PORT_FORWARDING" ]; then
334
if [ "$ROBOT_SERIES" == "polyscopex" ]; then
335
PORT_FORWARDING=$PORT_FORWARDING_WITHOUT_DASHBOARD
0 commit comments