Commit 8f1fdd18de662c1e9537eeb4fbaca3dcd52890f3
Committed by
Daniela Feitosa
1 parent
2e99d22f
Exists in
master
and in
29 other branches
Fixing plugin installation script
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
script/noosfero-plugins
... | ... | @@ -78,7 +78,6 @@ _enable(){ |
78 | 78 | else |
79 | 79 | ln -s "$source" "$target" |
80 | 80 | plugins_public_dir="$NOOSFERO_DIR/public/plugins" |
81 | - test -d "$plugins_public_dir" || mkdir -p "$plugins_public_dir" | |
82 | 81 | test -d "$target/public/" && ln -s "$target/public" "$plugins_public_dir/$plugin" |
83 | 82 | _say "$plugin enabled" |
84 | 83 | fi | ... | ... |