Skip to content

Commit c2076e8

Browse files
committed
FOGL-1220 fixed error
1 parent b037426 commit c2076e8

File tree

1 file changed

+0
-1
lines changed
  • packages/Debian/common/DEBIAN

1 file changed

+0
-1
lines changed

packages/Debian/common/DEBIAN/preinst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ then
7878

7979
# exit if foglamp is running
8080
IS_FOGLAMP_RUNNING=$(is_foglamp_running)
81-
echo "FINSIHED is_foglamp_running with return $IS_FOGLAMP_RUNNING"
8281
if [ "$IS_FOGLAMP_RUNNING" -eq "1" ]
8382
then
8483
echo "ERROR. FogLAMP is currently running. Stop FogLAMP and try again."

0 commit comments

Comments
 (0)