Merge PR #262
commit
7e95583b5d
|
@ -3,7 +3,7 @@
|
|||
# Put all available languages here, except "en". Separated by spaces
|
||||
TRANSLATIONS="ca da de el eo es fr hu it nb nl pt sv tr zh_tw"
|
||||
|
||||
basedir="${0%/*}/.."
|
||||
basedir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/.."
|
||||
cd "$basedir"
|
||||
mode=$1
|
||||
|
||||
|
@ -37,7 +37,7 @@ else
|
|||
|
||||
done
|
||||
|
||||
## After successfully building the website, we set the AWS credentials and uplodad
|
||||
## After successfully building the website, we set the AWS credentials and upload
|
||||
## everything to our AWS s3 bucket.
|
||||
##
|
||||
#if [ -f /srv/cred/aws.sh ]; then
|
||||
|
|
Loading…
Reference in New Issue