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

installer ncpa-3.0 not handling duplicates in /usr/local/ncpa/etc/ncpa.cfg #1044

Open
bakkc opened this issue Nov 23, 2023 · 0 comments
Open

Comments

@bakkc
Copy link

bakkc commented Nov 23, 2023

After install of the new version 3.0 the ncpa service won't start due to duplicates in /usr/local/ncpa/etc/ncpa.cfg.

Linux / Mac OS X

.sh = /bin/sh $plugin_name $plugin_args
.py = python3 $plugin_name $plugin_args
.pl = perl $plugin_name $plugin_args
.php = php $plugin_name $plugin_args

Windows

.ps1 = powershell -ExecutionPolicy Bypass -File $plugin_name $plugin_args
.vbs = cscript $plugin_name $plugin_args //NoLogo
.wsf = cscript $plugin_name $plugin_args //NoLogo
.bat = cmd /c $plugin_name $plugin_args
.sh = /bin/bash $plugin_name $plugin_args

I managed to start ncpa by replacing the ".sh" line in the Linux stanza with the ".sh" one from the windows stanza.
Hope that is the correct solution.

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

2 participants