moved scripts to subdirectory - added phpinfo copy script

master
Kebler Network System Administrator 2022-09-16 08:42:00 -07:00
parent a03f3469b8
commit 2fb20e59aa
13 changed files with 3 additions and 0 deletions

3
scripts/cpphpinfo Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker exec -i -u 82 nextcloud-app sh -c 'cat > /var/www/html/phpinfo.php' < ./phpinfo.php

View File

View File

View File