aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-installer/install.d/50linker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-installer/install.d/50linker.sh')
-rwxr-xr-xmayor-installer/install.d/50linker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-installer/install.d/50linker.sh b/mayor-installer/install.d/50linker.sh
index 3801354c..73887902 100755
--- a/mayor-installer/install.d/50linker.sh
+++ b/mayor-installer/install.d/50linker.sh
@@ -34,7 +34,7 @@ POLICIES="parent public"
for POLICY in $POLICIES; do
eval "LIST=\$${POLICY}Link"
for f in $LIST; do
- DIR=`echo $f | cut -d / -f 1-2`
+ DIR=$(echo $f | cut -d / -f 1-2)
if [ ! -d $MAYORDIR/www/policy/$POLICY/$DIR ]; then
echo " Könyvtár: $MAYORDIR/www/policy/$POLICY/$DIR"
mkdir -p $MAYORDIR/www/policy/$POLICY/$DIR