Skip to content

Commit fbd8c62

Browse files
authored
Update install_drupal.sh to fix the clean url issue
Update install_drupal.sh to fix the clean url issue
1 parent 640fcc2 commit fbd8c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_drupal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ $use_shared_storage == "true" ]]; then
2626
rm -rf ${drupal_shared_working_dir}/drupal-*
2727
cp ${drupal_shared_working_dir}/sites/default/default.settings.php sites/default/settings.php
2828
else
29-
tar zxvf tar.gz --directory
29+
tar zxvf tar.gz
3030
rm -rf html/ tar.gz
3131
mv drupal-* html
3232
cd html

0 commit comments

Comments
 (0)