13 lines
262 B
Bash
Executable File
13 lines
262 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Configuration
|
|
IMAGE_PATH="/mnt/us/extensions/ascwebdash/image.bmp"
|
|
IMAGE_URL="http://10.0.1.128:56733/image"
|
|
|
|
stop lab126_gui
|
|
fbink --clear
|
|
|
|
# Fetch the image using the Python script
|
|
python3 /mnt/us/extensions/ascwebdash/bin/asc-webdash.py start &
|
|
|