sshfs-mapper: Added DEBUG & VERBOSE variables.
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1516 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
83faaeccea
commit
239f942a24
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
#!/usr/bin/ruby
|
#!/usr/bin/ruby
|
||||||
# vim: set ts=2 sw=2 :
|
# vim: set ts=2 sw=2 :
|
||||||
|
|
||||||
|
$DEBUG = true
|
||||||
|
$VERBOSE = true
|
||||||
|
|
||||||
require 'config'
|
require 'config'
|
||||||
require 'map'
|
require 'map'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue