We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640fcc2 commit fbd8c62Copy full SHA for fbd8c62
scripts/install_drupal.sh
@@ -26,7 +26,7 @@ if [[ $use_shared_storage == "true" ]]; then
26
rm -rf ${drupal_shared_working_dir}/drupal-*
27
cp ${drupal_shared_working_dir}/sites/default/default.settings.php sites/default/settings.php
28
else
29
- tar zxvf tar.gz --directory
+ tar zxvf tar.gz
30
rm -rf html/ tar.gz
31
mv drupal-* html
32
cd html
0 commit comments