Fixed whitespace issues.

This commit is contained in:
Tynan McAuley
2018-11-05 17:01:51 -05:00
parent 6b34d96e74
commit afdd9f1c77
4 changed files with 24 additions and 24 deletions

View File

@@ -120,7 +120,7 @@ function InstallDependenciesDebian {
trap ErrorHandling ERR INT
# Install necessary dependencies for XO build
echo
echo -n "Running apt-get update..."
apt-get update >/dev/null
@@ -178,8 +178,8 @@ function InstallDependenciesDebian {
echo "Enabling and starting redis service"
/bin/systemctl enable redis-server >/dev/null && /bin/systemctl start redis-server >/dev/null
echo "Enabling and starting rpcbind service"
/bin/systemctl enable rpcbind >/dev/null && /bin/systemctl start rpcbind >/dev/null
echo "Enabling and starting rpcbind service"
/bin/systemctl enable rpcbind >/dev/null && /bin/systemctl start rpcbind >/dev/null
} 2>$LOGFILE
@@ -203,9 +203,9 @@ function UpdateNodeYarn {
function InstallXOPlugins {
set -e
trap ErrorHandling ERR INT
if [[ "$PLUGINS" ]] && [[ ! -z "$PLUGINS" ]]; then
echo
@@ -436,9 +436,9 @@ function HandleArgs {
;;
esac
}
}
function RollBackInstallation {
function RollBackInstallation {
INSTALLATIONS=($(find $INSTALLDIR/xo-builds/ -maxdepth 1 -type d -name "xen-orchestra-*"))
@@ -643,7 +643,7 @@ read -p ": " option
;;
2)
PullDockerImage
;;
3)
exit 0