Release v1.00
This commit is contained in:
parent
5658b54249
commit
cb970eba90
2
osync.sh
2
osync.sh
|
@ -4,7 +4,7 @@ PROGRAM="Osync" # Rsync based two way sync engine with fault tolerance
|
|||
AUTHOR="(L) 2013-2015 by Orsiris \"Ozy\" de Jong"
|
||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||
PROGRAM_VERSION=1.00
|
||||
PROGRAM_BUILD=2015071701
|
||||
PROGRAM_BUILD=2015072001
|
||||
|
||||
## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode
|
||||
if ! type -p "$BASH" > /dev/null
|
||||
|
|
Loading…
Reference in New Issue