Fixed merge program variable

This commit is contained in:
deajan 2016-08-30 18:56:18 +02:00
parent a6f52125b0
commit 9da86de41e
1 changed files with 1 additions and 1 deletions

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#*=}