mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
Rename 30-folders.sh to 90-run.sh
This commit is contained in:
9
baikal/rootfs/etc/cont-init.d/90-run.sh
Normal file
9
baikal/rootfs/etc/cont-init.d/90-run.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copy data
|
||||
cp -rnf /var/www/baikal/* /data/
|
||||
|
||||
# Start app
|
||||
/./etc/init.d/php8.1-fpm start && \
|
||||
chown -R nginx:nginx /var/www/baikal/Specific && \
|
||||
nginx -g \"daemon off
|
||||
Reference in New Issue
Block a user