mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
cd /opt/librenms || exit 1
|
|
yasu librenms:librenms php artisan "$@"
|