mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-14 17:17:04 +08:00
11 lines
219 B
Bash
Executable File
11 lines
219 B
Bash
Executable File
#!/bin/bash
|
|
rm ~/.tmp/default/*.py > /dev/null 2>&1
|
|
python scanner.py ~/.tmp/default $*
|
|
cp extension-node-map.json node_db/new/.
|
|
|
|
echo "Integrity check"
|
|
if [ -f "check2.sh" ]; then
|
|
./check2.sh
|
|
else
|
|
./check.sh
|
|
fi |