mirror of
https://github.com/deajan/obackup.git
synced 2026-02-05 22:55:14 +01:00
Fixed --silent switch still shows spinner
This commit is contained in:
@@ -73,6 +73,11 @@ function TrapStop
|
||||
|
||||
function Spinner
|
||||
{
|
||||
if [ $silent -eq 1 ]
|
||||
then
|
||||
return 1
|
||||
fi
|
||||
|
||||
case $toggle
|
||||
in
|
||||
1)
|
||||
|
||||
Reference in New Issue
Block a user