1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-18 00:55:20 +00:00
librenms-docker/rootfs/usr/local/bin/artisan
2026-03-28 17:11:14 +01:00

4 lines
86 B
Bash
Executable file

#!/usr/bin/env sh
cd /opt/librenms || exit 1
gosu librenms:librenms php artisan "$@"