Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Tweak paths to payday logs #3936

Merged
merged 1 commit into from
Mar 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions payday.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ start () {
# ====

if [ "$2" == "for_real_please" ]; then
LOG="../logs/paydays/gratipay-$1.log"
LOG="../logs/payday/gratipay-$1.log"
else
LOG="../logs/paydays/test-$1.log"
LOG="../logs/payday/test-$1.log"
fi

if [ -f $LOG ]; then
Expand Down