From 05ed52479a5ddc3de5301be9bd799348d3456be3 Mon Sep 17 00:00:00 2001 From: Matthew Connelly Date: Wed, 11 Mar 2015 21:47:34 +0000 Subject: [PATCH] perl is why god doesn't talk to us anymore --- scripts/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start b/scripts/start index fa74214..6e092db 100755 --- a/scripts/start +++ b/scripts/start @@ -1,4 +1,4 @@ #!/usr/bin/env sh pkill -f starman >/dev/null 2>&1 pkill -f plack >/dev/null 2>&1 -plackup -s Starman -D -p 42069 /home/sites/blogalba/blogalba +BLOGALBA_DIR="/home/sites/blogalba/" plackup -s Starman -D -p 42069 /home/sites/blogalba/blogalba