mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
9a93a3b406
commit
b265f53e10
@ -22,4 +22,10 @@ $INSERT_TEXT" "$file"
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
file="$dir/docker-compose.yml"
|
||||||
|
if [[ -f "$file" ]]; then
|
||||||
|
sed -i '/^\s*php-fpm\s*$/s/php-fpm/php-fpm --allow-to-run-as-root/' $file
|
||||||
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user