mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 20:46:36 +00:00
Merge pull request #775 from tcely/patch-5
Remove unnecessary `chmod` executions
This commit is contained in:
commit
3f6da71f67
@ -13,12 +13,10 @@ chown -R app:app /config
|
||||
chmod -R 0755 /config
|
||||
chown -R root:app /app
|
||||
chmod -R 0750 /app
|
||||
chmod 0755 /app/*.py /app/*.sh
|
||||
find /app -mindepth 2 -type f -execdir chmod 640 '{}' +
|
||||
chown -R app:app /app/common/static
|
||||
chmod -R 0750 /app/common/static
|
||||
chown -R app:app /app/static
|
||||
chmod -R 0750 /app/static
|
||||
find /app -type f ! -iname healthcheck.py -exec chmod 640 {} \;
|
||||
chmod 0755 /app/healthcheck.py
|
||||
|
||||
# Optionally reset the download dir permissions
|
||||
if [ "${TUBESYNC_RESET_DOWNLOAD_DIR:=True}" == "True" ]
|
||||
|
Loading…
Reference in New Issue
Block a user