@rubytech/taskmaster 1.22.5 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-info.json +3 -3
- package/dist/control-ui/assets/{index-D6l7Hylb.js → index-CRRIKrCP.js} +2 -2
- package/dist/control-ui/assets/index-CRRIKrCP.js.map +1 -0
- package/dist/control-ui/index.html +1 -1
- package/package.json +1 -1
- package/scripts/install.sh +1 -1
- package/dist/control-ui/assets/index-D6l7Hylb.js.map +0 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>Taskmaster Control</title>
|
|
7
7
|
<meta name="color-scheme" content="dark light" />
|
|
8
8
|
<link rel="icon" type="image/png" href="./favicon.png" />
|
|
9
|
-
<script type="module" crossorigin src="./assets/index-
|
|
9
|
+
<script type="module" crossorigin src="./assets/index-CRRIKrCP.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="./assets/index-C7ieCeTV.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
package/package.json
CHANGED
package/scripts/install.sh
CHANGED
|
@@ -196,7 +196,7 @@ Description=Restart avahi if mDNS is unresponsive
|
|
|
196
196
|
|
|
197
197
|
[Service]
|
|
198
198
|
Type=oneshot
|
|
199
|
-
ExecCondition=/bin/sh -c '!
|
|
199
|
+
ExecCondition=/bin/sh -c '! ip maddr show | grep -q 224.0.0.251'
|
|
200
200
|
ExecStart=/bin/systemctl restart avahi-daemon
|
|
201
201
|
WATCHSVC
|
|
202
202
|
as_root tee /etc/systemd/system/avahi-watchdog.timer > /dev/null << 'WATCHTMR'
|