diff --git a/scripts/install b/scripts/install index e9dcc32..9f516a1 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 find $final_path -type f -name ".htaccess" | xargs sudo rm #setup permissions sudo chown -R root: $final_path