Skip to content

Commit 4ac9702

Browse files
committed
Rebuilt targets for v1.2-RC1
1 parent d9ff0b9 commit 4ac9702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PROGRAM=osync
66
PROGRAM_VERSION=1.2-RC1
77
PROGRAM_BINARY=$PROGRAM".sh"
88
PROGRAM_BATCH=$PROGRAM"-batch.sh"
9-
SCRIPT_BUILD=2016121102
9+
SCRIPT_BUILD=2016121301
1010

1111
## osync / obackup / pmocr / zsnap install script
1212
## Tested on RHEL / CentOS 6 & 7, Fedora 23, Debian 7 & 8, Mint 17 and FreeBSD 8, 10 and 11
@@ -370,7 +370,7 @@ STATS_LINK="http://instcount.netpower.fr?program=$PROGRAM&version=$PROGRAM_VERSI
370370

371371
QuickLogger "$PROGRAM installed. Use with $BIN_DIR/$PROGRAM"
372372
if [ $_STATS -eq 1 ]; then
373-
if [ $_LOGGER_SILENT -eq 1 ]; then
373+
if [ $_LOGGER_SILENT == true ]; then
374374
Statistics
375375
else
376376
QuickLogger "In order to make install statistics, the script would like to connect to $STATS_LINK"

0 commit comments

Comments
 (0)