ruby 2.7
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
49bc85cf3c
commit
01c831ab45
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue