mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
update
This commit is contained in:
@@ -175,13 +175,13 @@ kopia repository disconnect
|
||||
IFS=' ' read -ra paths <<< "$BACKUP_THIS"
|
||||
for path in "${paths[@]}"; do
|
||||
if [ ! -e "$path" ]; then
|
||||
echo "Error: Target '$path' does not exist."
|
||||
echo "ERROR: Backup target '$path' does not exist."
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
|
||||
if [ ! -d "$REPOSITORY_PATH" ]; then
|
||||
echo "Error: Directory '$REPOSITORY_PATH' does not exist."
|
||||
echo "ERROR: Directory '$REPOSITORY_PATH' does not exist."
|
||||
exit 1
|
||||
fi
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user