From 2a67e50d173ea3cbbdcebf5a1941782a9d70f290 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Mon, 20 Jan 2020 12:10:28 +0100 Subject: [PATCH] rm -i arg from xed launch --- airootfs/pbif-master/pbif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airootfs/pbif-master/pbif b/airootfs/pbif-master/pbif index 699133e..a1fb50b 100755 --- a/airootfs/pbif-master/pbif +++ b/airootfs/pbif-master/pbif @@ -1944,7 +1944,7 @@ edit_configs() { ;; esac - [[ $FILE != "" ]] && ${TEXTEDITOR} -i $FILE \ + [[ $FILE != "" ]] && ${TEXTEDITOR} $FILE \ || dialog --backtitle "$VERSION - $SYSTEM ($ARCHI)" --title " $_ErrTitle " --msgbox "$_SeeConfErrBody" 0 0 edit_configs -- 2.11.0