updates UI
This commit is contained in:
@@ -20,7 +20,7 @@ echo "Installing services: user=$SVC_USER group=$SVC_GROUP"
|
||||
echo " a6k=$A6K"
|
||||
echo " tour=$TOUR"
|
||||
|
||||
for unit in comfyui-backend comfyui-api comfyui-watcher; do
|
||||
for unit in comfyui-backend comfyui-api; do
|
||||
sed -e "s|__USER__|$SVC_USER|g" \
|
||||
-e "s|__GROUP__|$SVC_GROUP|g" \
|
||||
-e "s|__A6K__|$A6K|g" \
|
||||
@@ -36,10 +36,10 @@ echo "Reloading systemd daemon..."
|
||||
systemctl daemon-reload
|
||||
|
||||
echo "Enabling services + target..."
|
||||
systemctl enable comfyui-backend.service comfyui-api.service comfyui-watcher.service comfyui.target
|
||||
systemctl enable comfyui-backend.service comfyui-api.service comfyui.target
|
||||
|
||||
echo "Starting system..."
|
||||
systemctl start comfyui.target
|
||||
|
||||
echo "Deployment complete."
|
||||
echo "Check status with: systemctl status comfyui.target comfyui-backend comfyui-api comfyui-watcher"
|
||||
echo "Check status with: systemctl status comfyui.target comfyui-backend comfyui-api"
|
||||
|
||||
Reference in New Issue
Block a user