Non-existent hash messages show for 3 seconds.
This commit is contained in:
parent
13d40dec93
commit
4985ff9c04
|
@ -822,6 +822,7 @@ function set_ap_service() {
|
|||
function check_hash() {
|
||||
if [ ! -f "$APTargetHashPath" -o ! -s "$APTargetHashPath" ]; then
|
||||
echo -e "$FLUXIONVLine Hash file does not exist!"
|
||||
sleep 3
|
||||
return 1;
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue