Skip to content

Commit

Permalink
set scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed May 10, 2023
1 parent a09bd56 commit fb35c5c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/ucrm/run
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export CLOUD_SMTP_USERNAME=null
export CLOUD_SMTP_PASSWORD=null
export CLOUD_SMTP_HOSTNAME=null
export CLOUD_SMTP_TLS_ALLOW_UNAUTHORIZED=null
export CLOUD_SMTP_SECURITY_MODE=nulls
export CLOUD_SMTP_SECURITY_MODE=null
export CLOUD_MAPS_API_KEY=null
export NODE_ENV=production
. /sharedenv
Expand Down
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/scripts/init-adduser
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/command/with-contenv sh

PUID=${PUID:-911}
PGID=${PGID:-911}
Expand Down
Empty file modified root/etc/s6-overlay/scripts/init-permissions
100644 → 100755
Empty file.
Empty file modified root/etc/s6-overlay/scripts/init-postgres
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/scripts/init-prepare
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ln -s /config/unms /home/app/unms/data
ln -s /config/unms/ucrm /data

# Nginx Firmware
[ -e /config/unms/images ] || mkdir -p /config/unms/firmwares
[ -e /config/unms/firmwares ] || mkdir -p /config/unms/firmwares
[ -e /www ] || mkdir -p /www
[ -d /www/firmwares ] && rm -rf /www/firmwares
[ -d /home/app/unms/public/firmwares ] && rm -rf /home/app/unms/public/firmwares
Expand Down

0 comments on commit fb35c5c

Please sign in to comment.