Skip to content

Commit

Permalink
postinstallでsymlinkを張るように
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro committed May 1, 2011
1 parent 86a4ae3 commit 212e914
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion postinstall
@@ -1,2 +1,4 @@
#!/bin/sh
echo finished install

cd $HOME/code/.; ln -s ../../etc/kentaro.now/deployment.yml environments/deployment.yml
echo made a symbolic link to the configuration file.

0 comments on commit 212e914

Please sign in to comment.