From 6e0aaba07f47ca6abce95db17f97360e474c5555 Mon Sep 17 00:00:00 2001 From: matlink Date: Mon, 17 Aug 2015 21:49:04 +0200 Subject: [PATCH] [upd] adding .htaccess --- scripts/install | 1 + sources/.htaccess | 0 2 files changed, 1 insertion(+) create mode 100644 sources/.htaccess 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