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 7ae0b20 commit 8bf6480Copy full SHA for 8bf6480
2 files changed
advanced/Scripts/list.sh
@@ -192,7 +192,7 @@ GetComment() {
192
comment="$1"
193
if [[ "${comment}" =~ [^a-zA-Z0-9_\#:/\.,\ -] ]]; then
194
echo " ${CROSS} Found invalid characters in domain comment!"
195
- exit
+ exit 1
196
fi
197
}
198
automated install/basic-install.sh
@@ -409,7 +409,7 @@ package_manager_detect() {
409
# we cannot install required packages
410
printf " %b No supported package manager found\\n" "${CROSS}"
411
# so exit the installer
412
413
414
415
0 commit comments