Skip to content

Commit

Permalink
set PLACKENV!
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Jun 1, 2011
1 parent 71698f8 commit e5310e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ perl <<'END_OF_PERL' | crontab -
$local_lib =~ s/export (.+?);/$1/g;
$local_lib =~ s/\$PATH/$ENV{PATH}/g;
print "$local_lib\n";
print "PLACK_ENV=deployment\n";
print "\n";
print `cat crontab`;
END_OF_PERL
echo installed crontab
Expand Down

0 comments on commit e5310e9

Please sign in to comment.