[GH-ISSUE #46] 安装 path 出错 #30

Closed
opened 2026-03-03 13:50:37 +03:00 by kerem · 0 comments
Owner

Originally created by @Onglai7000 on GitHub (Jun 29, 2023).
Original GitHub issue: https://github.com/inpanel/inpanel/issues/46

initscript = '%s/scripts/init.d/%s/inpanel' % (self.installpath, self.distname)

wrong path.

should be initscript = '%s/scripts/%s/inpanel' % (self.installpath, self.distname)

Originally created by @Onglai7000 on GitHub (Jun 29, 2023). Original GitHub issue: https://github.com/inpanel/inpanel/issues/46 initscript = '%s/scripts/init.d/%s/inpanel' % (self.installpath, self.distname) wrong path. should be initscript = '%s/scripts/%s/inpanel' % (self.installpath, self.distname)
kerem closed this issue 2026-03-03 13:50:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/inpanel#30
No description provided.