5 lines
139 B
Bash
5 lines
139 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
echo "[INFO] Rclone upload hook is enabled. Configure /config/rclone.conf and /config/script.conf for custom behavior."
|