mirror of
https://github.com/unraid/api.git
synced 2026-01-08 01:29:49 -06:00
test: setup test callbacks
This commit is contained in:
9
_webGui/setup.sh
Normal file
9
_webGui/setup.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
cd /usr/local/emhttp/plugins/dynamix.my.servers/ || exit
|
||||
# replace Connect.page
|
||||
# replace includes/myservers{1|2}.php
|
||||
mkdir webComponents
|
||||
mkdir webComponents/_nuxt
|
||||
cd webComponents || exit
|
||||
touch manifest.json
|
||||
# create _nuxt/{filename}.js
|
||||
Reference in New Issue
Block a user