mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
10 lines
250 B
Bash
10 lines
250 B
Bash
#!/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
|