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