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:
@@ -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
|
Reference in New Issue
Block a user