Wronf ofunctions.sh uploaded
This commit is contained in:
parent
9a9d31ee66
commit
5ae98f4fd4
|
@ -7,7 +7,7 @@ PROGRAM_VERSION=1.1-dev
|
||||||
PROGRAM_BUILD=2016032901
|
PROGRAM_BUILD=2016032901
|
||||||
IS_STABLE=yes
|
IS_STABLE=yes
|
||||||
|
|
||||||
## 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
|
## 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
|
## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode
|
||||||
|
@ -168,6 +168,7 @@ function KillChilds {
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
return 0
|
return 0
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# sleep 15 needs to wait before killing itself
|
# sleep 15 needs to wait before killing itself
|
||||||
|
@ -550,8 +551,8 @@ function WaitForTaskCompletion {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
#kill -s SIGTERM $pid
|
#kill -s SIGTERM $pid
|
||||||
if [ $? == 0 ]; then
|
#if [ $? == 0 ]; then
|
||||||
Logger "Task stopped succesfully" "NOTICE"
|
# Logger "Task stopped succesfully" "NOTICE"
|
||||||
#else
|
#else
|
||||||
# Logger "Sending SIGTERM to proces failed. Trying the hard way." "ERROR"
|
# Logger "Sending SIGTERM to proces failed. Trying the hard way." "ERROR"
|
||||||
# sleep 5 && kill -9 $pid
|
# 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
|
## 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
|
## 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
|
return 1
|
||||||
else
|
else
|
||||||
return 0
|
return 0
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# sleep 15 needs to wait before killing itself
|
# sleep 15 needs to wait before killing itself
|
||||||
|
@ -541,8 +542,8 @@ function WaitForTaskCompletion {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
#kill -s SIGTERM $pid
|
#kill -s SIGTERM $pid
|
||||||
if [ $? == 0 ]; then
|
#if [ $? == 0 ]; then
|
||||||
Logger "Task stopped succesfully" "NOTICE"
|
# Logger "Task stopped succesfully" "NOTICE"
|
||||||
#else
|
#else
|
||||||
# Logger "Sending SIGTERM to proces failed. Trying the hard way." "ERROR"
|
# Logger "Sending SIGTERM to proces failed. Trying the hard way." "ERROR"
|
||||||
# sleep 5 && kill -9 $pid
|
# sleep 5 && kill -9 $pid
|
||||||
|
|
7
osync.sh
7
osync.sh
|
@ -7,7 +7,7 @@ PROGRAM_VERSION=1.1-dev
|
||||||
PROGRAM_BUILD=2016032901
|
PROGRAM_BUILD=2016032901
|
||||||
IS_STABLE=yes
|
IS_STABLE=yes
|
||||||
|
|
||||||
## 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
|
## 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
|
## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode
|
||||||
|
@ -158,6 +158,7 @@ function KillChilds {
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
return 0
|
return 0
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# sleep 15 needs to wait before killing itself
|
# sleep 15 needs to wait before killing itself
|
||||||
|
@ -533,8 +534,8 @@ function WaitForTaskCompletion {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
#kill -s SIGTERM $pid
|
#kill -s SIGTERM $pid
|
||||||
if [ $? == 0 ]; then
|
#if [ $? == 0 ]; then
|
||||||
Logger "Task stopped succesfully" "NOTICE"
|
# Logger "Task stopped succesfully" "NOTICE"
|
||||||
#else
|
#else
|
||||||
# Logger "Sending SIGTERM to proces failed. Trying the hard way." "ERROR"
|
# Logger "Sending SIGTERM to proces failed. Trying the hard way." "ERROR"
|
||||||
# sleep 5 && kill -9 $pid
|
# sleep 5 && kill -9 $pid
|
||||||
|
|
Loading…
Reference in New Issue