lektura
max.mehl 2018-03-26 10:58:35 +02:00
commit 7e95583b5d
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 2 additions and 2 deletions

View File

@ -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