Skip to content

Commit

Permalink
update for rclone 1.40 version
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Mar 27, 2018
1 parent c3e2420 commit fbc04b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions speed-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo "-----------------------------------------------"
echo "$STATUS Download GitHub Files"
if $is_upgrade ; then
echo "Note: config.py will not be overwritten. Updated settings are in config.py.new"
speedFiles=("menubox.sh" "speed-install.sh" "speed-cam.py" \
speedFiles=("menubox.sh" "speed-cam.py" \
"speed-cam.sh" "search-speed.py" "search_config.py" "Readme.md" "makehtml.py" \
"webserver.py" "webserver.sh")
else
Expand Down Expand Up @@ -89,7 +89,6 @@ for fname in "${pluginFiles[@]}" ; do
done
cd ..


# Install rclone samples
echo "INFO : $STATUS Check/Install speed-camera/rclone-samples Wait ..."
RCLONE_DIR='rclone-samples' # Default folder install location
Expand Down

0 comments on commit fbc04b2

Please sign in to comment.