We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a2b03 commit 38b62f3Copy full SHA for 38b62f3
overlay_rootfs/scripts/rm.sh
@@ -77,7 +77,7 @@ else
77
fi
78
79
if [ "$WEBHOOK" = "on" ] && [ "$WEBHOOK_URL" != "" ]; then
80
- TMPFILE1="/tmp/rm_`cat /proc/sys/kernel/random/uuid`"
+ TMPFILE1="${SPATH}/rm_`cat /proc/sys/kernel/random/uuid`"
81
ln $FILE $TMPFILE1
82
(
83
if [ "$WEBHOOK_ALERM_PICT" = "on" ] && [ "$FILE" = "/tmp/alarm.jpg" ]; then
0 commit comments