Prints message if .htaccess does not exist
This commit is contained in:
parent
79887d55ba
commit
5eea23a5f1
@ -23,4 +23,6 @@ fi
|
||||
|
||||
if [ -e .htaccess ]; then
|
||||
cp .htaccess dist
|
||||
else
|
||||
echo ".htaccess not found"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user