File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ EEGITINIT()
535535 fi
536536
537537 # Check For Untracked Files
538- git status | grep clean
538+ git status | grep clean & >> $INSTALLLOG
539539 if [ $? -ne 0 ]
540540 then
541541 # Add Files In Git Version Control
@@ -547,7 +547,7 @@ EEGITINIT()
547547EEGITCOMMIT ()
548548{
549549 cd $EEGITDIR || OwnError " Unable To Change Directory $EEGITDIR "
550- git status | grep --color=auto clean
550+ git status | grep clean & >> $INSTALLLOG
551551
552552 if [ $? -ne 0 ]
553553 then
@@ -847,7 +847,7 @@ EESITEINFO()
847847EESITEEDIT ()
848848{
849849 # Open Website In Default Editor
850- sensible-editor /etc/nginx/sites-available/$DOMAIN
850+ sensible-editor /etc/nginx/sites-available/$DOMAIN 2> /dev/null
851851}
852852
853853NGINXBUCKETSIZE ()
You can’t perform that action at this time.
0 commit comments