mirror of
https://github.com/unraid/webgui.git
synced 2026-02-12 12:08:46 -06:00
8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# run & log functions
|
|
. /etc/rc.d/rc.runlog
|
|
|
|
log "Submitting SysDrivers Build"
|
|
/usr/local/emhttp/plugins/dynamix/include/SysDriversInit.php &>/dev/null &
|