mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a58233d0ea
commit
a4a818721a
@ -296,8 +296,7 @@ reviewApplyChanges(){
|
|||||||
local file=$1
|
local file=$1
|
||||||
echo "# Review updated: ${file}.new:"
|
echo "# Review updated: ${file}.new:"
|
||||||
@ cat ${file}.new
|
@ cat ${file}.new
|
||||||
echo
|
echo '---'
|
||||||
# XXX add option to edit...
|
|
||||||
local res
|
local res
|
||||||
while true ; do
|
while true ; do
|
||||||
read -ep "# [a]pply, [e]dit, [s]kip? " res
|
read -ep "# [a]pply, [e]dit, [s]kip? " res
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
# XXX disable password login...
|
||||||
|
#
|
||||||
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
PATH=$PATH:$(dirname "$(pwd)")
|
PATH=$PATH:$(dirname "$(pwd)")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user