diff --git a/podman-run.sh b/podman-run.sh index 2ca964f..740fade 100755 --- a/podman-run.sh +++ b/podman-run.sh @@ -9,3 +9,4 @@ podman run -d --name=nextcloud --replace=true -p 8080:80 -v "$DIR:/var/www/html/ podman exec nextcloud chown -R 33 /var/www/html/custom_apps "$DIR/podman-reown.sh" podman exec --user 33 nextcloud bash -c 'cd /var/www/html/custom_apps/upschooling && make' +podman exec --user 33 nextcloud php occ config:system:set --value=true --type=boolean debug