mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
b80c4a98a2
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