Change dokku-installer.rb path to the contrib directory

This should avoid issues when testing via vagrant where the /root/dokku directory is not yet mounted. This is also more correct for cloud-installs
This commit is contained in:
Jose Diaz-Gonzalez
2015-01-12 01:36:43 -05:00
parent d9026a9974
commit 20bb7caef4

2
debian/preinst vendored
View File

@@ -9,7 +9,7 @@ case "$1" in
rm -f $INIT_CONF
touch $INIT_CONF
echo 'start on runlevel [2345]' >> $INIT_CONF
echo 'exec /root/dokku/contrib/dokku-installer.rb selfdestruct' >> $INIT_CONF
echo 'exec /usr/local/share/dokku/contrib/dokku-installer.rb selfdestruct' >> $INIT_CONF
rm -f $NGINX_CONF
touch $NGINX_CONF