From 5eea23a5f1d817608f1cd52836d3435bfa290aaa Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad <600878@stud.hvl.no> Date: Fri, 23 Dec 2022 21:30:59 +0100 Subject: [PATCH] Prints message if .htaccess does not exist --- build_extra.sh | 2 ++ 1 file changed, 2 insertions(+) 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