Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Onion Services
Onionmine
Commits
e7df9ea0
Verified
Commit
e7df9ea0
authored
May 17, 2022
by
Silvio Rhatto
Browse files
Fix(select-candidate): use relative symbolic links
parent
4c2f0257
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/select-candidate
View file @
e7df9ea0
...
...
@@ -81,5 +81,5 @@ fi
# Select
cd
$POOL
rm
-f
selected
&&
ln
-s
$CANDIDATES
/
$CANDIDATE
selected
||
exit
1
rm
-f
selected
&&
ln
-s
-r
$CANDIDATES
/
$CANDIDATE
selected
||
exit
1
selected
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment