tikiwiki/entrypoint.sh
2023-04-10 19:59:09 +00:00

6 lines
60 B
Bash
Executable File

#!/bin/bash
sudo -u www-data setup.sh -n composer
exec $@