1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-06 07:05:14 +01:00

Fixed --silent switch still shows spinner

This commit is contained in:
deajan
2013-06-16 13:59:02 +02:00
parent 1822542da7
commit 6938422cc2

View File

@@ -73,6 +73,11 @@ function TrapStop
function Spinner function Spinner
{ {
if [ $silent -eq 1 ]
then
return 1
fi
case $toggle case $toggle
in in
1) 1)