few cosmetic details changed

This commit is contained in:
levasseur
2022-01-17 18:28:31 +01:00
parent d85e2a819b
commit d2da42cbf4
2 changed files with 7 additions and 5 deletions

View File

@@ -53,8 +53,10 @@ NET6_NS_SEARCH_eth0=$REALM
INTALL_MODE=full
# Paquets additionnels
PKGSEL="$PKGSEL apache2 php-apcu php-bcmath php-cli php-curl php-gd php-gmp php-imagick \
php-intl php-mbstring php-memcached php-mysql php-redis php-xml php-zip php redis-server"
PKGSEL="$PKGSEL apache2 php-apcu php-apcu-bc php-bcmath php-cli php-curl \
php-gd php-gmp php-imagick php-intl php-mbstring php-memcache php-mysql \
php-redis php-xml php-zip php redis-server ffmpeg \
libmagickcore-6.q16-6-extra sudo"
# ------------------------------------------------------------------------------
# -------------------------- Section modules d'init ----------------------------

View File

@@ -171,7 +171,7 @@ export -f isdirempty
# ------------------------------------------------------------------------------
# copy and patch a file replacing all @var@ by the corresponding value in
# environment or the variable list given in parameter
# the environment or the variable list given in parameter
patchfile()
{
local srcfile=$(select_file $1) && shift