1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 19:23:58 +00:00
librenms-docker/rootfs/usr/local/bin/artisan
CrazyMax cddc5e906a
Switch to yasu (#170)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-03-04 23:44:23 +01:00

4 lines
78 B
Bash
Executable file

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