We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b037426 commit c2076e8Copy full SHA for c2076e8
packages/Debian/common/DEBIAN/preinst
@@ -78,7 +78,6 @@ then
78
79
# exit if foglamp is running
80
IS_FOGLAMP_RUNNING=$(is_foglamp_running)
81
- echo "FINSIHED is_foglamp_running with return $IS_FOGLAMP_RUNNING"
82
if [ "$IS_FOGLAMP_RUNNING" -eq "1" ]
83
then
84
echo "ERROR. FogLAMP is currently running. Stop FogLAMP and try again."
0 commit comments