Solved How to add lines to edit_files forever??

Simonlo

Verified User
Joined
Sep 6, 2022
Messages
21
Hi, I was add some lines in to /usr/local/directadmin/data/templates/edit_files.txt file,
However directadmin will change "Commit SHA" and tell me to "update" same version again ...

After "update", all added lines will be removed, please tell me how can I add lines here without wiped?

Thank you
 
create DIR: /usr/local/directadmin/data/templates/custom/
chown it to: diradmin.diradmin
and copy file with your modifications here. System will use this file instead of defaults that can be replaced at updates.
 
create DIR: /usr/local/directadmin/data/templates/custom/
chown it to: diradmin.diradmin
and copy file with your modifications here. System will use this file instead of defaults that can be replaced at updates.
Thank you so much.
 
create DIR: /usr/local/directadmin/data/templates/custom/
chown it to: diradmin.diradmin
and copy file with your modifications here. System will use this file instead of defaults that can be replaced at updates.
I forgot to ask:
I need to copy full edit_files.txt or just the line I added? thank you so much
 
I forgot to ask:
I need to copy full edit_files.txt or just the line I added? thank you so much
full, with all modified lines, it will be applied instead of original - so must contain all needed for you purposes content.
 
Back
Top