Non-existent hash messages show for 3 seconds.

This commit is contained in:
Matias Barcenas 2017-08-09 17:29:13 -05:00
parent 13d40dec93
commit 4985ff9c04
1 changed files with 1 additions and 0 deletions

View File

@ -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