Try again...
This commit is contained in:
@@ -167,12 +167,19 @@ fi
|
|||||||
# Install Compiled Servers
|
# Install Compiled Servers
|
||||||
|
|
||||||
echo "Installing compiled servers..."
|
echo "Installing compiled servers..."
|
||||||
|
INSTALL_SUCCESS=true
|
||||||
|
|
||||||
if ! bash install-compiled.sh; then
|
if ! bash install-compiled.sh; then
|
||||||
echo "Warning: install-compiled.sh encountered errors. Some applications may not have installed correctly."
|
echo "Warning: install-compiled.sh encountered errors. Some applications may not have installed correctly."
|
||||||
|
INSTALL_SUCCESS=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "HamPackServer is installed successfully!"
|
if [ "$INSTALL_SUCCESS" = true ]; then
|
||||||
|
echo "HamPackServer is installed successfully!"
|
||||||
|
else
|
||||||
|
echo "HamPackServer installation completed with errors. Please review the output above."
|
||||||
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
read -rp "A reboot is required to complete setup. Reboot now? [y/N] " response
|
read -rp "A reboot is required to complete setup. Reboot now? [y/N] " response
|
||||||
case "$response" in
|
case "$response" in
|
||||||
|
|||||||
Reference in New Issue
Block a user