Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated File.exists? call used by symbiosis-httpd-configure in Stretch #121

Closed
andrewladlow opened this issue Jun 18, 2018 · 1 comment

Comments

@andrewladlow
Copy link
Contributor

Running symbiosis-httpd-configure -vdf returns a deprecated File.exists? warning, as per:

root@blank:~# symbiosis-httpd-configure -vdf
Configuration: blank.default.aladlow.uk0.bigv.io.conf
	Forcing re-creation of configuration due to --force.
/usr/lib/ruby/vendor_ruby/symbiosis/config_file.rb:138: warning: File.exists? is a deprecated name, use File.exist? instead
	Syntax OK
Configuration: zz-mass-hosting.conf
	Forcing re-creation of configuration due to --force.
/usr/lib/ruby/vendor_ruby/symbiosis/config_file.rb:138: warning: File.exists? is a deprecated name, use File.exist? instead
	Syntax OK
Configuration: zz-mass-hosting.ssl.conf
	Forcing re-creation of configuration due to --force.
/usr/lib/ruby/vendor_ruby/symbiosis/config_file.rb:138: warning: File.exists? is a deprecated name, use File.exist? instead
	Syntax OK
@jamielinux
Copy link
Contributor

Fixed by 6fa0cad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants