Bug Fix #6

Merged
ben merged 2 commits from :master into master 2020-09-01 01:23:58 +00:00
1 changed files with 2 additions and 2 deletions

4
bb.sh
View File

@ -1093,8 +1093,8 @@ date_version_detect() {
# $2 file name of a draft to continue editing (optional)
do_main() {
# make sure we're in the right directory
[ $(pwd) != $HOME/public_html/blog ] &&
echo "you're not in your blog directory. moving you there now" && cd $HOME/public_html/blog
[ $(pwd) != $HOME/public_html/blog ] &&
echo "you're not in your blog directory. moving you there now" && mkdir -p $HOME/public_html/blog && cd $HOME/public_html/blog
# Detect if using BSD date or GNU date
date_version_detect