Always the fix-drupal-platform-permissions.sh script is installed, into four different files, via the standalone install script.

To correct it, replace fix-drupal-platform-permissions by ${SCRIPT} in line 35:

Old:
wget https://raw.githubusercontent.com/drupalprojects/hosting_tasks_extra/${HOSTING_TASKS_EXTRA_VERSION}/fix_${TYPE}/scripts/fix-drupal-platform-permissions.sh -O - -q > ${SCRIPTS_DESTINATION}/${SCRIPT}.sh

New:
wget https://raw.githubusercontent.com/drupalprojects/hosting_tasks_extra/${HOSTING_TASKS_EXTRA_VERSION}/fix_${TYPE}/scripts/${SCRIPT}.sh -O - -q > ${SCRIPTS_DESTINATION}/${SCRIPT}.sh

Comments

doka created an issue. See original summary.

  • helmo committed f318444 on 7.x-3.x
    Issue #3019421 by doka: Faulty standalone install script
    
helmo’s picture

Status: Active » Fixed

Thanks fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.