mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
9 lines
255 B
Plaintext
Executable File
9 lines
255 B
Plaintext
Executable File
#!/usr/bin/ucode
|
|
push(REQUIRE_SEARCH_PATH, '/usr/share/ucentral/*.uc');
|
|
let bundle = require('bundle');
|
|
|
|
bundle.init('maverick');
|
|
include('/usr/share/ucentral/diagnostic.uc', { bundle });
|
|
bundle.complete();
|
|
system('chmod +r /tmp/bundle.maverick.tar.gz');
|