diff --git a/scripts/install b/scripts/install index a18382a..9cc5615 100644 --- a/scripts/install +++ b/scripts/install @@ -35,6 +35,7 @@ sudo mkdir -p $final_path #copy files to final folder and set permissions sudo cp -R ../sources/* $final_path/ +sudo cp ../sources/.htaccess $final_path/ sudo find $final_path -type f -name ".htaccess" | xargs sudo rm #setup permissions diff --git a/sources/.htaccess b/sources/.htaccess new file mode 100644 index 0000000..e69de29