mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
work
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
RUN_STR=$(basename "$PWD")
|
||||
AREA=$(basename "$(dirname "$PWD")")
|
||||
VERSION=$(basename "$PWD")
|
||||
|
||||
|
||||
if [[ $AREA != "planet" && $AREA != "monaco" ]]; then
|
||||
@@ -28,5 +28,5 @@ rclone sync \
|
||||
--stats-one-line \
|
||||
--log-file logs/rclone.log \
|
||||
--exclude 'logs/**' \
|
||||
. "cf:ofm-$AREA/$RUN_STR"
|
||||
. "cf:ofm-$AREA/$VERSION"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user