Skip to content

Commit

Permalink
now path is absolute /etc/nginx/routes.trp
Browse files Browse the repository at this point in the history
  • Loading branch information
masloffvs committed May 23, 2024
1 parent 87562ba commit 8eb4841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified upgrade.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion url_validate_and_trim.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os.path

formated = []
file_name = "routes.trp"
file_name = "/etc/nginx/routes.trp"

if not file_name.endswith(".trp"):
file_name = file_name + ".trp"
Expand Down

0 comments on commit 8eb4841

Please sign in to comment.