mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Fixing wrong ofunctions.sh upload
This commit is contained in:
parent
d39f6d092d
commit
087638c8ae
@ -8,7 +8,7 @@ PROGRAM_VERSION=2.0-pre
|
||||
PROGRAM_BUILD=2016033101
|
||||
IS_STABLE=no
|
||||
|
||||
## FUNC_BUILD=2016033104
|
||||
## FUNC_BUILD=2016033105
|
||||
## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr
|
||||
|
||||
## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode
|
||||
@ -169,6 +169,7 @@ function KillChilds {
|
||||
return 1
|
||||
else
|
||||
return 0
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
# sleep 15 needs to wait before killing itself
|
||||
@ -551,8 +552,8 @@ function WaitForTaskCompletion {
|
||||
return 1
|
||||
fi
|
||||
#kill -s SIGTERM $pid
|
||||
if [ $? == 0 ]; then
|
||||
Logger "Task stopped succesfully" "NOTICE"
|
||||
#if [ $? == 0 ]; then
|
||||
# Logger "Task stopped succesfully" "NOTICE"
|
||||
#else
|
||||
# Logger "Sending SIGTERM to proces failed. Trying the hard way." "ERROR"
|
||||
# sleep 5 && kill -9 $pid
|
||||
|
@ -1,4 +1,4 @@
|
||||
## FUNC_BUILD=2016033104
|
||||
## FUNC_BUILD=2016033105
|
||||
## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr
|
||||
|
||||
## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode
|
||||
@ -159,6 +159,7 @@ function KillChilds {
|
||||
return 1
|
||||
else
|
||||
return 0
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
# sleep 15 needs to wait before killing itself
|
||||
@ -541,8 +542,8 @@ function WaitForTaskCompletion {
|
||||
return 1
|
||||
fi
|
||||
#kill -s SIGTERM $pid
|
||||
if [ $? == 0 ]; then
|
||||
Logger "Task stopped succesfully" "NOTICE"
|
||||
#if [ $? == 0 ]; then
|
||||
# Logger "Task stopped succesfully" "NOTICE"
|
||||
#else
|
||||
# Logger "Sending SIGTERM to proces failed. Trying the hard way." "ERROR"
|
||||
# sleep 5 && kill -9 $pid
|
||||
|
@ -8,7 +8,7 @@ PROGRAM_VERSION=2.0-pre
|
||||
PROGRAM_BUILD=2016033101
|
||||
IS_STABLE=no
|
||||
|
||||
## FUNC_BUILD=2016033104
|
||||
## FUNC_BUILD=2016033105
|
||||
## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr
|
||||
|
||||
## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode
|
||||
@ -159,6 +159,7 @@ function KillChilds {
|
||||
return 1
|
||||
else
|
||||
return 0
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
# sleep 15 needs to wait before killing itself
|
||||
@ -534,8 +535,8 @@ function WaitForTaskCompletion {
|
||||
return 1
|
||||
fi
|
||||
#kill -s SIGTERM $pid
|
||||
if [ $? == 0 ]; then
|
||||
Logger "Task stopped succesfully" "NOTICE"
|
||||
#if [ $? == 0 ]; then
|
||||
# Logger "Task stopped succesfully" "NOTICE"
|
||||
#else
|
||||
# Logger "Sending SIGTERM to proces failed. Trying the hard way." "ERROR"
|
||||
# sleep 5 && kill -9 $pid
|
||||
|
Loading…
Reference in New Issue
Block a user