Fixed vns_rm
This commit is contained in:
4
vns.sh
4
vns.sh
@@ -122,7 +122,9 @@ function vns_list(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function vns_rm(){
|
function vns_rm(){
|
||||||
rm -f "$VNS_STORE/$(echo "$@" | awk '{print $1}')"
|
local readonly VNS_NOTE="$VNS_STORE/$(echo "$@" | awk '{print $1}').gpg"
|
||||||
|
echo "Deleting $VNS_NOTE"
|
||||||
|
rm -f "$VNS_NOTE"
|
||||||
}
|
}
|
||||||
function vns_gitPassthrough(){
|
function vns_gitPassthrough(){
|
||||||
cd "$VNS_STORE" || exit;
|
cd "$VNS_STORE" || exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user