mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +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
|
||||
echo "# Review updated: ${file}.new:"
|
||||
@ cat ${file}.new
|
||||
echo
|
||||
# XXX add option to edit...
|
||||
echo '---'
|
||||
local res
|
||||
while true ; do
|
||||
read -ep "# [a]pply, [e]dit, [s]kip? " res
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/bash
|
||||
#----------------------------------------------------------------------
|
||||
#
|
||||
# XXX disable password login...
|
||||
#
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
cd $(dirname $0)
|
||||
PATH=$PATH:$(dirname "$(pwd)")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user