Fix incorrect variable names
This commit is contained in:
parent
be07c2f4a4
commit
5a531643ab
1 changed files with 2 additions and 2 deletions
|
@ -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 "{";
|
||||
|
|
Loading…
Reference in a new issue