Revision 66787541
Added by Julien Enselme almost 10 years ago
bin/d7-reset-variables.sh | ||
---|---|---|
26 | 26 |
drush -yq vset error_level 0 |
27 | 27 |
drush -yq vset dblog_row_limit 1000 |
28 | 28 |
drush -yq vset cron_safe_threshold 0 |
29 |
drush -yq vset file_temporary_path /var/tmp/assos/tmp |
|
29 | 30 |
|
30 | 31 |
###### Captcha |
31 | 32 |
drush -yq en hidden_captcha |
Also available in: Unified diff
We must set the temporary file path manually.
If we don't, files cannot be created and the site doesn't work.