Fixed dir generation typo

This commit is contained in:
Daniel Ziltener 2019-12-10 11:47:07 +01:00
parent deb7c9bd68
commit db038f7a75
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
)
(let [link (.toPath (io/file (format "/srv/http/staging.%s.talent.careers" company-name)))]
(Files/createSymbolicLink link
(.toPath (io/file (format "/srv/http/staging.%s.talent.careers-1234" company-name)))
(.toPath (io/file (format "/srv/http/staging.%s.talent.careers.1234" company-name)))
fattr)
(set-owner link owner)
;; (set-group link group)
@ -63,7 +63,7 @@
(let [link (.toPath (io/file (format "/srv/http/%s.talent.careers" company-name)))]
(Files/createSymbolicLink link
(.toPath (io/file (format "/srv/http/%s.talent.careers-1234" company-name)))
(.toPath (io/file (format "/srv/http/%s.talent.careers.1234" company-name)))
fattr)
(set-owner link owner)
;; (set-group link group)