Enhancing NAS experience - The Community Package Hub is all about quality software, made for your Synology NAS. Collected from all over the world, reviewed and compliant to official requirements. Delivering thousands of packages to users every month ... become one of them today.
Jitsi-Meet for Synology v1.0 |
synOCR v1.1.1 |
tvstreamrecord v1.6.2 |
AvrLogger v3.0.2-001 |
ExifTool v21.0210-b1548 beta |
Visitors online: | 13 |
Visitors online record: | 515 |
Visitors yesterday: | 1.993 |
Visitors today: | 1.260 |
Visitors total: | 3.449.073 |
Hits total: | 12.907.189 |
Thomas wrote on May 07, 2017 at 07:55 PM
Hello,
In the scripts, start-stop-status, line 21:
ps | grep "$PID" | grep "${BUBBLE_USER:0:8}" > /dev/null
you need to change, to have
ps ax| grep "$PID" | grep "${BUBBLE_USER:0:8}" > /dev/null
otherwise the commands never finds the process and the package is always marked as stopped from package manager.
Br,