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