projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5dae17
)
add 'legal_path' creation to INSTALL script
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Wed, 11 Jan 2017 18:15:19 +0000
(18:15 +0000)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Wed, 11 Jan 2017 18:15:19 +0000
(18:15 +0000)
INSTALL.sh
patch
|
blob
|
history
diff --git
a/INSTALL.sh
b/INSTALL.sh
index
a161720
..
a4b076c
100755
(executable)
--- a/
INSTALL.sh
+++ b/
INSTALL.sh
@@
-359,6
+359,8
@@
if [ "$web_only" = "FALSE" ]; then
done
chmod -R 777 ${proxy_path}/bin5
+ mkdir -p "${legal_path}"
+ chmod 777 "${legal_path}"
fi
install -d ${web_path}__
for i in $(find web -type d | grep '/' | sed 's/^....//g'); do