diff --git a/swww.sh b/swww.sh index 98987ab..c4b7108 100644 --- a/swww.sh +++ b/swww.sh @@ -66,6 +66,8 @@ echo-error "${err:-}" fi + sleep 1 + cd $cloneDir/swww || echo-error "error.." spin bold yellow "Building $PACKAGE now" @@ -79,6 +81,7 @@ throw bold red "Could not build $PACKAGE!" pen bold yellow "OUT: ${out:-}" echo-error "${err:-}" + return 69 fi }