whoogle-search/root/etc/cont-init.d/30-config
Mohammed A.Q de71078433
Update 30-config
- Remove variable validation. (not needed at the moment) 
- Create and Apply User permissions to Config folder
2020-05-19 03:45:26 +00:00

12 lines
140 B
Plaintext

#!/usr/bin/with-contenv bash
# make needed folder
mkdir -p \
/config/
# permissions
chown -R abc:abc \
/app
chown -R abc:abc \
/config