Prints message if .htaccess does not exist

This commit is contained in:
Martin Berg Alstad 2022-12-23 21:30:59 +01:00
parent 79887d55ba
commit 5eea23a5f1

View File

@ -23,4 +23,6 @@ fi
if [ -e .htaccess ]; then
cp .htaccess dist
else
echo ".htaccess not found"
fi