Skip to content

Commit f2512b0

Browse files
authored
fix message (#2323)
1 parent 29d3073 commit f2512b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/frigate-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ else
102102
sed -i -e 's/^kvm:x:104:$/render:x:104:frigate/' -e 's/^render:x:105:$/kvm:x:105:/' /etc/group
103103
fi
104104
echo "tmpfs /tmp/cache tmpfs defaults 0 0" >> /etc/fstab
105-
msg_ok "Installed Frigate $RELEASE"
105+
msg_ok "Installed Frigate"
106106

107107
if grep -q -o -m1 -E 'avx[^ ]*' /proc/cpuinfo; then
108108
msg_ok "AVX Support Detected"

0 commit comments

Comments
 (0)