This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
borg-setup
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
initial-setup: fix --update
master
Jim Paris
8 months ago
parent
9b38c248d8
commit
b74f9c75a2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
initial-setup.sh
+ 1
- 1
initial-setup.sh
View File
@@ -86,7 +86,7 @@ if [ "$1" == "--update-paths" ] || [ "$1" == "--update" ] ; then
echo "Updating paths and variables"
update_paths
setup_venv
update
_vars
create_borg
_vars
exit 0
else
echo "Can't update, not set up yet"
Write
Preview
Loading…
Cancel
Save