bug fixes #4

Merged
ben merged 2 commits from :master into master 2020-08-31 15:37:34 +00:00
Contributor
  • use ln -sf instead of ln -s to fix ln: failed to create symbolic link '/home/rany/public_gopher/blog/blog': File exists errors
  • fix ln -sf line in make_gemini(). this is a typo caused by copying the same line from gopher function.
    • fixes the following errors:
      -/usr/local/bin/bb: line 892: /home/rany/public_gemini/blog/index.gmi: No such file or directory
      -chmod: cannot access '/home/rany/public_gemini/blog/index.gmi': No such file or directory

these fixes should only affect new users setting up bb.sh for the first time

* use `ln -sf` instead of `ln -s` to fix `ln: failed to create symbolic link '/home/rany/public_gopher/blog/blog': File exists` errors * fix `ln -sf` line in `make_gemini()`. this is a typo caused by copying the same line from gopher function. - fixes the following errors: -`/usr/local/bin/bb: line 892: /home/rany/public_gemini/blog/index.gmi: No such file or directory` -`chmod: cannot access '/home/rany/public_gemini/blog/index.gmi': No such file or directory` these fixes should only affect new users setting up bb.sh for the first time
ben merged commit 106309c46f into master 2020-08-31 15:37:33 +00:00
Owner

great, thanks!

great, thanks!
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: team/bashblog#4
No description provided.