1
0
mirror of https://github.com/typemill/typemill.git synced 2025-10-29 04:06:24 +01:00

Working solution with aurel-g solution and sub-volume under var/www/html

This commit is contained in:
matbgn
2022-05-18 22:31:24 +02:00
parent 48b556e7dc
commit 4f1c36b0bf
3 changed files with 14 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#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 /src/* /var/www/html/
#cp -R /tmp/* /var/www/html/
#/usr/local/bin/install-composer && \