update gemstats.fish to make log work for all users

This commit is contained in:
exquisitecorp 2021-07-17 04:24:18 -05:00
parent c37d3f9751
commit 8d10ecf2c1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env fish
set access_log ~/code/gemstats/temp.log
set access_log ~/.temp.log
cat "/home/gemini/access.log" > $access_log
set day (date +"%d")