Permissions setting is being janky disabled for now
Final commit for a while
This commit is contained in:
parent
48a55c5939
commit
33113ef00c
1 changed files with 3 additions and 3 deletions
|
@ -127,7 +127,7 @@ function final_permset() {
|
||||||
# ## Define any permission exceptions here.
|
# ## Define any permission exceptions here.
|
||||||
# # test_for_dir /app/config 775 "speech:speech"
|
# # test_for_dir /app/config 775 "speech:speech"
|
||||||
# # test_for_file /app/config/siteConfig.json 665 "speech:speech"
|
# # test_for_file /app/config/siteConfig.json 665 "speech:speech"
|
||||||
# echof info "Copied Spee.ch and set permissions"
|
echof info "Copied Spee.ch and set permissions"
|
||||||
}
|
}
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
|
@ -162,5 +162,5 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Superfluous permissions assertion maybe axe this later.
|
## Superfluous permissions assertion maybe axe this later.
|
||||||
echof run 'test_for_dir /app/config/siteConfig.json 775 "speech:speech"'
|
# echof run 'test_for_dir /app/config/siteConfig.json 775 "speech:speech"'
|
||||||
test_for_file /app/config/siteConfig.json 775 "speech:speech"
|
# test_for_file /app/config/siteConfig.json 775 "speech:speech"
|
||||||
|
|
Loading…
Reference in a new issue