re-enabled enabling/disabled services
This commit is contained in:
parent
7f78103ce5
commit
aaaa6b909d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ function write_file() {
|
||||||
while read line;
|
while read line;
|
||||||
do
|
do
|
||||||
first_char=${line:0:1}
|
first_char=${line:0:1}
|
||||||
first_vers=$(line:0:7)
|
first_vers=${line:0:7}
|
||||||
if [[ $first_vers == "Version" ]]; then
|
if [[ $first_vers == "Version" ]]; then
|
||||||
line="# This is the sample config file for MailAutoConf "$line
|
line="# This is the sample config file for MailAutoConf "$line
|
||||||
elif [[ $first_char != "#" ]]; then
|
elif [[ $first_char != "#" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue