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