mirror of
https://github.com/librenms/docker.git
synced 2026-07-25 19:23:58 +00:00
4 lines
78 B
Bash
Executable file
4 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd /opt/librenms || exit 1
|
|
yasu librenms:librenms php artisan "$@"
|