diff options
| -rwxr-xr-x | minimunin | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -371,9 +371,9 @@ call_plugin() { | |||
| 371 | _pref=${line#*env.} | 371 | _pref=${line#*env.} | 
| 372 | _env="${_env} ${_pref%% *}='${_pref#* }'" | 372 | _env="${_env} ${_pref%% *}='${_pref#* }'" | 
| 373 | ;; | 373 | ;; | 
| 374 | user\ *) _user=${line#*user } | 374 | user\ *) [ "${in_sect}" ] && _user=${line#*user } | 
| 375 | ;; | 375 | ;; | 
| 376 | command\ *) _command=${line#*command } | 376 | command\ *) [ "${in_sect}" ] && _command=${line#*command } | 
| 377 | ;; | 377 | ;; | 
| 378 | esac | 378 | esac | 
| 379 | done <<EOF | 379 | done <<EOF | 
