1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-12 18:10:56 +01:00

Fixed ofunctions.sh path

This commit is contained in:
deajan
2015-11-19 23:05:59 +01:00
parent 4b2b99d016
commit 61a70b1ba5
4 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ PROGRAM_VERSION=2.0-pre
PROGRAM_BUILD=2015111901
IS_STABLE=no
source "/home/git/common/ofunctions.sh"
source "./ofunctions.sh"
## Working directory for partial downloads
PARTIAL_DIR=".obackup_workdir_partial"