fix core
: Routes were not unlinked correctly upon extension removal
This commit is contained in:
parent
4920b24fa8
commit
b3c80022f5
1 changed files with 3 additions and 3 deletions
|
@ -1666,9 +1666,9 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y"
|
|||
PRINT INFO "Removing and unlinking router files.."
|
||||
rm -r \
|
||||
".blueprint/extensions/$identifier/routers" \
|
||||
"routes/blueprint/application/$identifier" \
|
||||
"routes/blueprint/client/$identifier" \
|
||||
"routes/blueprint/web/$identifier" \
|
||||
"routes/blueprint/application/$identifier.php" \
|
||||
"routes/blueprint/client/$identifier.php" \
|
||||
"routes/blueprint/web/$identifier.php" \
|
||||
&>> $BLUEPRINT__DEBUG
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue