warns before running post install script
[bootstrapfs.git] / build.sh
index 0ff9919..8bfbb5a 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -63,7 +63,7 @@ pl_root_mkfedora ${vref} ${pldistro} $pkgsfile
 pkgsdir=$(dirname $pkgsfile)
 pkgsname=$(basename $pkgsfile .pkgs)
 postfile="${pkgsdir}/${pkgsname}.post"
-[ -f $postfile ] && /bin/bash $postfile ${vref} || :
+[ -f $postfile ] && { echo "Running post install file $postfile" ; /bin/bash $postfile ${vref} || : ; }
 
 displayed=""