mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
missing slash after sharding dir
This commit is contained in:
parent
77870927ac
commit
9c693acc00
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ class Site < Sequel::Model
|
|||
if $config['ipfs_ssh_host'] && $config['ipfs_ssh_user']
|
||||
rbox = Rye::Box.new $config['ipfs_ssh_host'], :user => $config['ipfs_ssh_user']
|
||||
begin
|
||||
response = rbox.ipfs "sites/#{self.class.sharding_dir self.username}#{self.username.gsub(/\/|\.\./, '')}"
|
||||
response = rbox.ipfs "sites/#{self.class.sharding_dir self.username}/#{self.username.gsub(/\/|\.\./, '')}"
|
||||
output_array = response
|
||||
ensure
|
||||
rbox.disconnect
|
||||
|
|
Loading…
Add table
Reference in a new issue