Edit from dat directory

This commit is contained in:
Bob Mottram 2018-04-09 17:23:14 +01:00
parent 13c7f604e9
commit b9746c41c1
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ function configure_interactive_datserver {
case $selection in
1) datserver_add_dat
;;
2) editor $DATSERVER_DIRECTORY/feeds
2) cd $DATSERVER_DIRECTORY || break
editor feeds
chown -R datserver:datserver $DATSERVER_DIRECTORY/feeds
systemctl restart datserver
;;