Skip to content

Commit

Permalink
It makes sense not to write in a removed directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Jan 3, 2025
1 parent a0834ce commit 1ddad4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/nix/redis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkShell {
TMP=/home/runner/_temp/kakadudu
SOCKET=$TMP/redis.sock
PIDFILE=$TMP/redis.pid
LOGFILE=$TMP/redis.log
LOGFILE=/home/runner/_temp/redis.log
redis-server \
--protected-mode no \
Expand Down

0 comments on commit 1ddad4f

Please sign in to comment.