mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
removed unnecessary sed expr defenition
This commit is contained in:
parent
5afa0f4a00
commit
861585bcca
30 changed files with 74 additions and 74 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
# Argument defenition
|
||||
user=$1
|
||||
key=$(echo "$2"| tr '[:lower:]' '[:upper:]'|sed -e "s/^/$/")
|
||||
key=$(echo "$2"| tr '[:lower:]' '[:upper:]' | sed "s/^/$/")
|
||||
|
||||
# Includes
|
||||
source $VESTA/func/main.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue