mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
fixed wrong perl installation logic
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
perl_executable_path=$(which perl)
|
perl_executable_path=$(which perl)
|
||||||
if [ -x "$perl_executable_path" ] ; then
|
if [ -x "$perl_executable_path" ] ; then
|
||||||
|
echo "**** perl5 already installed, skipping ****"
|
||||||
|
else
|
||||||
echo "**** Adding perl5 and its deps to package install lists ****"
|
echo "**** Adding perl5 and its deps to package install lists ****"
|
||||||
echo "perl\
|
echo "perl\
|
||||||
" >> /mod-repo-packages-to-install.list
|
" >> /mod-repo-packages-to-install.list
|
||||||
else
|
|
||||||
echo "**** perl5 already installed, skipping ****"
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user