We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11fe4d commit 5ac95f0Copy full SHA for 5ac95f0
services-installer.sh
@@ -32,6 +32,7 @@ if [ "$PVER" != "" ]; then
32
if [ $? == 2 ]; then
33
uninstall
34
fi
35
+ exit 0
36
37
else
38
dialog 1 "" "Do you wish to install $PKGVER?" "Yes" "No"
0 commit comments