From ce8bb94fbc4ca1d3fcbd364f5338899e1c9febef Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Fri, 14 Feb 2020 15:20:55 -0700 Subject: [PATCH] Fix typo in desktop file creation. --- filesystem/etc/skel/post-install/install-autopsy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/etc/skel/post-install/install-autopsy.sh b/filesystem/etc/skel/post-install/install-autopsy.sh index 50f9dc38..6731d1fb 100755 --- a/filesystem/etc/skel/post-install/install-autopsy.sh +++ b/filesystem/etc/skel/post-install/install-autopsy.sh @@ -31,7 +31,7 @@ chmod +x /opt/autopsy/bin/autopsy chmod +x /usr/bin/autopsy cp /opt/autopsy/icon.ico /usr/share/pixmaps/autopsy.ico -cat << EOF < /usr/share/applications/autopsy.desktop +cat << EOF > /usr/share/applications/autopsy.desktop [Desktop Entry] Name=Autopsy Exec=autopsy