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

Error #1

Closed
vinod3070 opened this issue Jun 2, 2018 · 2 comments
Closed

Error #1

vinod3070 opened this issue Jun 2, 2018 · 2 comments

Comments

@vinod3070
Copy link

Hello,
I'm getting this error while running the script.
Create symbolic link to /usr/local/bin
Create man page to /usr/local/man/man8

I tried creating symbolic link with below command ln -s /root/otseca /usr/local/bin
I'm getting error ln: failed to create symbolic link '/usr/local/bin/otseca': File exists

@presider
Copy link

presider commented Jun 3, 2018

./setup.sh install not work...
try this
git clone https://github.com/trimstray/otseca.git
cd otseca/bin
then
./otseca
it works

@trimstray
Copy link
Owner

trimstray commented Jun 4, 2018

Hi!

This is not a bug - only info.

setup.sh working properly:

  • ./setup.sh install - install the tool in /usr /local/bin
  • ./setup.sh uninstall - uninstall the tool (remove from /usr /local/bin)

After installation, otseca should be init like this:

:~# hash otseca && hash | grep otseca
otseca=/usr/local/bin/otseca
:~# pwd
/root # example path
:~# otseca --ignore-failed --tasks system

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

No branches or pull requests

3 participants