diff --git a/gen_blogpost.sh b/gen_blogpost.sh index d696ce7..e33420f 100755 --- a/gen_blogpost.sh +++ b/gen_blogpost.sh @@ -7,7 +7,7 @@ title="$(date '+%Y-%m-%d %H:%M' --date="@$timestamp")" year="$(date '+%Y')" month="$(date '+%m')" -archive=./doc/log/archive +archive=./src/shione/log/archive for dir in "$archive" "$archive/$year" "$archive/$year/$month"; do if [ ! -d "$dir" ]; then