Browse Source

Fixed ee site edit command on Nano editor

old-stable
gau1991 11 years ago
parent
commit
228bd8cc4e
  1. 1
      CHANGELOG.txt
  2. 2
      src/modules/site/ee_mod_site_edit.sh

1
CHANGELOG.txt

@ -3,6 +3,7 @@ v 2.1.0 - Sept 2, 2014
- Fixed incorrect log file path during debug #299 - Fixed incorrect log file path during debug #299
- Added support for pt-query-advisor #189 - Added support for pt-query-advisor #189
- Fixed Firefox cross-domain fonts - Fixed Firefox cross-domain fonts
- Fixed ee site edit command on Nano editor
v 2.0.2 - Aug 13, 2014 v 2.0.2 - Aug 13, 2014
- Remote MySQL Support - Remote MySQL Support

2
src/modules/site/ee_mod_site_edit.sh

@ -2,5 +2,5 @@
function ee_mod_site_edit() function ee_mod_site_edit()
{ {
sensible-editor /etc/nginx/sites-available/$EE_DOMAIN $1 2> /dev/null sensible-editor /etc/nginx/sites-available/$EE_DOMAIN $1
} }

Loading…
Cancel
Save