1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-22 01:41:00 +00:00
librenms-docker/rootfs/usr/local/bin/artisan
CrazyMax b1c2fd7423
Ensure scripts exit early on error and set shellcheck (#283)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-13 03:02:55 +02:00

4 lines
86 B
Bash
Executable file

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