mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
moving install hook trigger into make install
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
sed -i 's/docker -d/docker -d -r=true/' /etc/init/docker.conf
|
||||
[[ $(cat /etc/init/docker.conf | grep r=true) ]] || sed -i 's/docker -d/docker -d -r=true/' /etc/init/docker.conf
|
||||
|
||||
echo $HOSTNAME > /home/git/HOSTNAME
|
||||
Reference in New Issue
Block a user