Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2019-12-27 18:10:01 +01:00
parent 49bc85cf3c
commit 01c831ab45
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -1,6 +1,7 @@
#!/usr/bin/env ruby
# frozen_string_literal true
require "json"
require "thwait"
require "thwait" # gem install e2mmap thwait
NC_ROOT = "/srv/www/vhosts/nextcloud-server/htdocs".freeze
NB_THREADS = 2