mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
always use nano for config, its easier
This commit is contained in:
@@ -1923,10 +1923,10 @@ settings_menu() {
|
||||
|
||||
case "$choice" in
|
||||
1) diagnostics_menu ;;
|
||||
2) ${EDITOR:-nano} /usr/local/community-scripts/default.vars ;;
|
||||
2) nano /usr/local/community-scripts/default.vars ;;
|
||||
3)
|
||||
if [ -f "$(get_app_defaults_path)" ]; then
|
||||
${EDITOR:-nano} "$(get_app_defaults_path)"
|
||||
nano "$(get_app_defaults_path)"
|
||||
else
|
||||
# Exit was selected (no app.vars available)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user