Skip to content

Commit 336e2c0

Browse files
committed
Rename migration script and add bash for execution.
1 parent fe77b16 commit 336e2c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

install/upgrade/versions/latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,5 @@ fi
191191
num_php_versions=$(ls -d /etc/php/*/fpm/pool.d 2>/dev/null |wc -l)
192192
if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
193193
echo "(*) Migrate to new multiphp backend system..."
194-
$HESTIA/install/upgrade/manual/migrate-190718-multiphp.sh > /dev/null 2>&1
194+
bash $HESTIA/install/upgrade/manual/migrate_multiphp.sh > /dev/null 2>&1
195195
fi

0 commit comments

Comments
 (0)