mirror of
https://github.com/librenms/docker.git
synced 2026-07-23 02:08:44 +00:00
4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/sh
|
|
|
|
cd /opt/librenms || exit 1
|
|
su-exec librenms:librenms php artisan "$@"
|