1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-12 19:03:42 +01:00

Fixed merge program variable

This commit is contained in:
deajan 2016-08-30 18:56:18 +02:00
parent a6f52125b0
commit 9da86de41e

View File

@ -5,7 +5,7 @@
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
PROGRAM=osync
PROGRAM=obackup
VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh)
VERSION=${VERSION#*=}