Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit 9f6d842

Browse files
committed
Fix #167.
1 parent f77997a commit 9f6d842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Launcher-Template.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ shortcut() {
308308
rm -rf "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop"
309309
rm -rf "\${HOME}/.local/share/applications/${FLPRODUCT} Bible.desktop"
310310
[ ! -f "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop" ] && touch "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop"
311-
cat "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop" << SEOF
311+
cat > "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop" << SEOF
312312
[Desktop Entry]
313313
Name=${FLPRODUCT}Bible
314314
Comment=A Bible Study Library with Built-In Tools
@@ -318,7 +318,7 @@ Terminal=false
318318
Type=Application
319319
Categories=Education;
320320
SEOF
321-
chmod 755 "\${HOME}/.local/share/applications//${FLPRODUCT}Bible.desktop"
321+
chmod 755 "\${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop"
322322
echo "File: \${HOME}/.local/share/applications/${FLPRODUCT}Bible.desktop updated"
323323
echo "======= making new ${FLPRODUCT}Bible.desktop shortcut done! ======="
324324
exit 0

0 commit comments

Comments
 (0)