Skip to content

Commit a31dd17

Browse files
committed
run formatter
1 parent db4254a commit a31dd17

File tree

7 files changed

+8
-10
lines changed

7 files changed

+8
-10
lines changed

.github/workflows/make_ipks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ jobs:
2626
with:
2727
name: pv-system-viewer.ipk
2828
path: systemcore-apps/system-view/pv-system-viewer_*.ipk
29-
30-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
!overlay/
2-
!overlay/**
2+
!overlay/**

systemcore-apps/system-view/build.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ fi
9090
rm -rf "$BUILD_DIR"
9191

9292
echo ""
93-
echo "Build complete"
93+
echo "Build complete"

systemcore-apps/system-view/control/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ X-Port: 5804
1010
X-Has-UI: true
1111
X-Auto-Start: true
1212
X-Icon-Path: /usr/share/pv-system-viewer.png
13-
X-Display-Name: PhotonVision System Viewer
13+
X-Display-Name: PhotonVision System Viewer

systemcore-apps/system-view/control/postinst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ systemctl enable $PACKAGE_NAME.service
1212
echo "Starting service..."
1313
if systemctl start $PACKAGE_NAME.service; then
1414
echo "Service started successfully"
15-
15+
1616
sleep 2
17-
17+
1818
if systemctl is-active $PACKAGE_NAME.service >/dev/null 2>&1; then
1919
echo "Service is now running"
2020
else
@@ -26,4 +26,4 @@ fi
2626

2727
echo "Package installation complete"
2828

29-
exit 0
29+
exit 0

systemcore-apps/system-view/control/postrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ fi
1212

1313
echo "Service cleanup complete."
1414

15-
exit 0
15+
exit 0

systemcore-apps/system-view/control/prerm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ fi
2424

2525
echo "Service stopped and disabled"
2626

27-
exit 0
27+
exit 0

0 commit comments

Comments
 (0)