Skip to content

Commit

Permalink
v6.18
Browse files Browse the repository at this point in the history
+ Prevent:
2018-11-20 21:13:41 (838 KB/s) - 'dietpi-globals.1' saved [70565/70565]

Error: Unable to load dietpi-globals. Aborting...
  • Loading branch information
Daniel Knight committed Nov 20, 2018
1 parent 9a369ca commit b93f378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PREP_SYSTEM_FOR_DIETPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
#------------------------------------------------------------------------------------------------
# - Download
# - NB: We'll have to manually handle errors, until DietPi-Globals are sucessfully loaded.
if ! wget "https://raw.githubusercontent.com/$G_GITOWNER/DietPi/$G_GITBRANCH/dietpi/func/dietpi-globals"; then
if ! wget "https://raw.githubusercontent.com/$G_GITOWNER/DietPi/$G_GITBRANCH/dietpi/func/dietpi-globals" -O dietpi-globals; then

echo -e 'Error: Unable to download dietpi-globals. Aborting...\n'
exit 1
Expand Down

0 comments on commit b93f378

Please sign in to comment.