Edit from dat directory
This commit is contained in:
parent
13c7f604e9
commit
b9746c41c1
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue