Skip to content

Commit

Permalink
fix very stupid bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
asquared committed Jun 14, 2012
1 parent 41003ff commit 30efbae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/includes.chroot/lib/live/config/999-gem-hack
Expand Up @@ -7,14 +7,15 @@ Gem_hack ()

echo -n " gem_hack"

Configure_config_server
Configure_gem_hack
}

Configure_config_server ()
Configure_gem_hack ()
{
if [ -d /live/image/install_gems ]
then
find /live/image/install_gems -iname '*.gem' -exec gem install \{\} \;
fi
}

Config_server
Gem_hack

0 comments on commit 30efbae

Please sign in to comment.