yWeb: switch to own (empty) yWeb-Extensions infrastructure

* fix typo (extentions => extensions)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 64f3c0295b
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-18 (Sun, 18 Sep 2022)

Origin message was:
------------------
- yWeb: switch to own (empty) yWeb-Extensions infrastructure

* fix typo (extentions => extensions)


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-09-18 22:16:57 +02:00
parent 3bf3fdf369
commit 468e4035e5
14 changed files with 21 additions and 20 deletions

View File

@@ -336,7 +336,7 @@ do_installer()
}
# -----------------------------------------------------------
# extention Installer $1=URL
# extension Installer $1=URL
# -----------------------------------------------------------
do_ext_installer()
{
@@ -515,16 +515,16 @@ case "$1" in
fi
;;
get_extension_list)
if [ -e "$y_path_config/extentions.txt" ]
if [ -e "$y_path_config/extensions.txt" ]
then
cat $y_path_config/extentions.txt
cat $y_path_config/extensions.txt
else
cat $y_path_httpd/extentions.txt
cat $y_path_httpd/extensions.txt
fi
;;
write_extension_list)
shift 1
echo "$*" >$y_path_config/extentions.txt
echo "$*" >$y_path_config/extensions.txt
;;
url_get)
shift 1