Update stale service IP references after VLAN 30 cutover
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Saves the transcript + notes response as a .md file alongside the recording.
|
||||
#
|
||||
# Install:
|
||||
# 1. Copy to PD: scp class-watcher.sh truenas_admin@10.5.1.6:/tmp/class-watcher.sh
|
||||
# 1. Copy to PD: scp class-watcher.sh truenas_admin@10.5.30.6:/tmp/class-watcher.sh
|
||||
# 2. sudo mv /tmp/class-watcher.sh /mnt/data/class-watcher.sh
|
||||
# 3. sudo chmod +x /mnt/data/class-watcher.sh
|
||||
# 4. sudo crontab -e
|
||||
@@ -19,7 +19,7 @@
|
||||
# └── lecture-01-intro.md ← transcript + notes
|
||||
|
||||
WATCH_DIR="/mnt/data/class-recordings"
|
||||
WEBHOOK_URL="http://10.5.1.6:5678/webhook/class/upload"
|
||||
WEBHOOK_URL="http://10.5.30.6:5678/webhook/class/upload"
|
||||
|
||||
# Find all .wav files directly inside class subfolders (not in done/)
|
||||
find "$WATCH_DIR" -mindepth 2 -maxdepth 2 -name '*.wav' -type f | while read -r filepath; do
|
||||
|
||||
Reference in New Issue
Block a user