build(gen): update archive path
This commit is contained in:
parent
f08d7c4bfd
commit
589e2be6dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue