Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_scripts
Commits
6516f5f4
Commit
6516f5f4
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
bugfix wolf folder
parent
7bf5e8e9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_wolf.sh
+6
-6
6 additions, 6 deletions
install_wolf.sh
with
6 additions
and
6 deletions
install_wolf.sh
+
6
−
6
View file @
6516f5f4
...
@@ -240,13 +240,13 @@ func_echo "You are in folder $PWD"
...
@@ -240,13 +240,13 @@ func_echo "You are in folder $PWD"
if
[
$WOLF_PATH
==
"undefined"
]
;
then
if
[
$WOLF_PATH
==
"undefined"
]
;
then
func_echo
"Enter path for wolf folder (either /global/path or relative/path):"
func_echo
"Enter path for wolf folder (either /global/path or relative/path):"
read
WOLF_PATH
read
WOLF_PATH
while
!
cd
$WOLF_PATH
;
do
func_echo_error
"Invalid dependency path."
func_echo
"Enter path for dependencies (either /global/path or relative/path):"
read
WOLF_PATH
done
fi
fi
mkdir
wolf
while
!
cd
$WOLF_PATH
;
do
func_echo_error
"Invalid wolf folder path."
func_echo
"Enter path for dependencies (either /global/path or relative/path):"
read
WOLF_PATH
done
mkdir
-pv
wolf
cd
wolf
cd
wolf
WOLF_PATH
=
$PWD
WOLF_PATH
=
$PWD
func_echo
"wolf folder path:
$WOLF_PATH
"
func_echo
"wolf folder path:
$WOLF_PATH
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment