1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-08 23:26:34 +02:00

Massive refactor to switch on own solution

This commit is contained in:
matbgn
2022-05-18 23:48:31 +02:00
parent 2dc461f946
commit 7ddc6334c0
2 changed files with 5 additions and 82 deletions

View File

@@ -1,17 +1,3 @@
#!/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
chown -R www-data:www-data /var/www/html/
apache2-foreground