Skip to content

Commit e84e013

Browse files
committed
Fixed launching start_webapp_deamon from differnt paths
1 parent 24041f5 commit e84e013

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Vagrantfile_.sh

+1
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ echo 'Start KaraKara daemon'
7878
sudo -u vagrant sh << EOF
7979
cd $HOME/KaraKara/website
8080
make start_webapp_daemon
81+
EOF

website/production.inidiff

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ handlers = logfile
4040
level = DEBUG
4141

4242
[handler_logfile]
43-
args = ('production.log',)
43+
args = ('%(here)s/production.log',)

0 commit comments

Comments
 (0)