Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 5dff9c6

Browse files
committed
Fixing the build process.
1 parent 6786822 commit 5dff9c6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

install/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $btr/config/drupalpass.sh
3737
$btr/config/oauth2_login.sh @bcl @btr
3838

3939
### configure languages
40-
$bcl/config/translation_lng.sh
40+
#$bcl/config/translation_lng.sh
4141
$btr/config/languages.sh
4242

4343
### update sites.inc

install/config/fix_file_permissions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
for dir in /var/www/{btr,bcl}*/sites/default/files/{css,js}
66
do
7-
chown www-data: -R $dir
7+
test -d $dir && chown www-data: -R $dir
88
done

install/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ export drush="drush --root=$drupal_dir"
2929

3030
### btranslator configuration
3131
$code_dir/install/config.sh
32+
exit 0

0 commit comments

Comments
 (0)