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

[fix] Remove symlink to initscript with previous name #217

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

okraits
Copy link
Member

@okraits okraits commented Sep 9, 2024

Remove the symlink with the previous name because
otherwise the service would exist twice with different names.

okraits and others added 2 commits September 9, 2024 15:00
Remove the symlink with the previous name because
otherwise the service would exist twice with different
names.

Redmine-patch-id: 8801
Signed-off-by: Oliver Kraitschy <[email protected]>
@nemesifier nemesifier merged commit 9d7819a into master Sep 24, 2024
2 checks passed
@nemesifier nemesifier deleted the fix-makefile branch September 24, 2024 23:17
@nemesifier nemesifier mentioned this pull request Sep 24, 2024
4 tasks
Comment on lines 100 to 102
if [ ! -L $${IPKG_INSTROOT}/usr/sbin/openwisp_config ]; then
ln -s /usr/sbin/openwisp-config $${IPKG_INSTROOT}/usr/sbin/openwisp_config
fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intentionally not removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The executable is not the problem, the initscript existing with two different names is the problem.

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

Successfully merging this pull request may close these issues.

3 participants