This commit is contained in:
Bernhard Landauer 2020-03-01 09:49:06 +01:00
parent 7ce5288a8c
commit 6d1bb50b44

View file

@ -190,7 +190,7 @@ sync_latest_php(){
msg2 "Uploading php redirector ..." msg2 "Uploading php redirector ..."
local filename=".latest.php" local filename=".latest.php"
local php="latest.php" local php="latest.php"
[[ ${MINIMAL} == "yes" ]] && filename=".latest.php" && php="latest-minimal.php" [[ ${MINIMAL} == "yes" ]] && filename=".latest-minimal.php" && php="latest-minimal.php"
chmod g+w "${src_dir}/${filename}" chmod g+w "${src_dir}/${filename}"
scp -p "${src_dir}/.${php}" "${webshell}/${htdocs}/${php}" scp -p "${src_dir}/.${php}" "${webshell}/${htdocs}/${php}"
} }