uncommented azure file share code

This commit is contained in:
asift91 2020-07-06 11:56:05 +05:30
Родитель 418cce347a
Коммит 36c507ed93
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -137,8 +137,7 @@ set -ex
mv /moodle /moodle_old_delete_me
# Then create the moodle share
echo -e '\n\rCreating an Azure Files share for moodle'
# Commented below line -- creating azure file share from json template
# create_azure_files_moodle_share $storageAccountName $storageAccountKey /tmp/wabs.log
create_azure_files_moodle_share $storageAccountName $storageAccountKey /tmp/wabs.log
# Set up and mount Azure Files share. Must be done after nginx is installed because of www-data user/group
echo -e '\n\rSetting up and mounting Azure Files share on //'$storageAccountName'.file.core.windows.net/moodle on /moodle\n\r'
setup_and_mount_azure_files_moodle_share $storageAccountName $storageAccountKey