diff --git a/build_extra.sh b/build_extra.sh index 7323a94..6e8176f 100644 --- a/build_extra.sh +++ b/build_extra.sh @@ -23,4 +23,6 @@ fi if [ -e .htaccess ]; then cp .htaccess dist +else + echo ".htaccess not found" fi