mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Fixed --silent switch still shows spinner
This commit is contained in:
parent
1822542da7
commit
6938422cc2
@ -73,6 +73,11 @@ function TrapStop
|
||||
|
||||
function Spinner
|
||||
{
|
||||
if [ $silent -eq 1 ]
|
||||
then
|
||||
return 1
|
||||
fi
|
||||
|
||||
case $toggle
|
||||
in
|
||||
1)
|
||||
|
Loading…
Reference in New Issue
Block a user