fixup: remove the extra blank line

This commit is contained in:
tcely 2025-02-25 03:36:11 -05:00 committed by GitHub
parent 921e053fc3
commit fff42cec09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,6 @@ find /app -mindepth 2 -type f -execdir chmod 640 '{}' +
chown -R app:app /app/common/static
chown -R app:app /app/static
# Optionally reset the download dir permissions
if [ "${TUBESYNC_RESET_DOWNLOAD_DIR:=True}" == "True" ]
then