Fix incorrect variable names

This commit is contained in:
Manuel Thalmann 2023-04-03 00:24:36 +02:00
parent 657917e98a
commit d0c9ce16ce

View file

@ -33,8 +33,8 @@ else
# Install extension and preinstall it
cp "$extensionFile" "$EXTENSION_DIR";
chmod -R a+rx "$extensionRoot";
chmod -R u+w "$extensionRoot";
chmod -R a+rx "$EXTENSION_DIR";
chmod -R u+w "$EXTENSION_DIR";
mkdir -p "$EXTENSION_POLICY_DIR";
{
echo "{";