mirror of
https://github.com/typemill/typemill.git
synced 2025-10-19 08:36:23 +02:00
17 lines
351 B
Bash
17 lines
351 B
Bash
#!/bin/sh
|
|
|
|
#usermod -u $PUID www-data
|
|
#groupmod -g $PGID www-data
|
|
#find /var/www/html -type d -empty -exec cp -R /tmp/* /var/www/html/ \;
|
|
#
|
|
#cp -R /src/* /var/www/html/
|
|
#cp -R /tmp/* /var/www/html/
|
|
|
|
#/usr/local/bin/install-composer && \
|
|
#./composer.phar update
|
|
|
|
|
|
chown www-data:www-data /var/www/html/
|
|
#/usr/local/bin/adjust-rights
|
|
|
|
apache2-foreground |