mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
add bundle exec to rake assets:precompile in start.sh
This commit is contained in:
2
start.sh
2
start.sh
@@ -30,7 +30,7 @@ else
|
|||||||
bump_database
|
bump_database
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rake assets:precompile
|
bundle exec rake assets:precompile
|
||||||
|
|
||||||
if [ -f $pidfile ] ; then
|
if [ -f $pidfile ] ; then
|
||||||
>&2 echo 'Server PID file already exists. Removing it...';
|
>&2 echo 'Server PID file already exists. Removing it...';
|
||||||
|
|||||||
Reference in New Issue
Block a user