mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
Add artisan command
This commit is contained in:
parent
efd41624b0
commit
7bce19f268
1 changed files with 4 additions and 0 deletions
4
rootfs/usr/local/bin/artisan
Normal file
4
rootfs/usr/local/bin/artisan
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /opt/librenms || exit 1
|
||||
su-exec librenms:librenms php artisan "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue