1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-23 02:08:44 +00:00
librenms-docker/rootfs/usr/local/bin/artisan
2020-07-03 16:02:13 +02:00

4 lines
81 B
Bash

#!/bin/sh
cd /opt/librenms || exit 1
su-exec librenms:librenms php artisan "$@"