Skip to content
Snippets Groups Projects
Commit 72115aa8 authored by Timothy Lebo's avatar Timothy Lebo
Browse files

giving file names in status

parent 6b773ae0
No related branches found
No related tags found
No related merge requests found
...@@ -106,9 +106,9 @@ $extra ...@@ -106,9 +106,9 @@ $extra
?>" ?>"
echo "$content" > $settings_file echo "$content" > $settings_file
chmod 644 $settings_file chmod 644 $settings_file
echo "New configuration file created" echo "Created new configuration file: $settings_file"
echo "" echo ""
echo "WARNING: Copying $root_htaccess as .htacess in parent directory" echo "WARNING: Copying $root_htaccess as .htaccess in parent directory"
echo "" echo ""
cp $root_htaccess $parent_htaccess cp $root_htaccess $parent_htaccess
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment