mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update main.sh
This commit is contained in:
parent
5bbfb4dc1a
commit
b960f86e2c
1 changed files with 5 additions and 0 deletions
|
@ -1040,3 +1040,8 @@ get_web_counter() {
|
||||||
|
|
||||||
echo $counter
|
echo $counter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
escape_shell_quote() {
|
||||||
|
local escape_shell_quoted=${1//\'/\'\\\'\'};
|
||||||
|
printf "'%s'" "$escape_shell_quoted"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue