Skip to content

Commit

Permalink
Update noobaa_service_installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-becker authored Dec 27, 2016
1 parent 9999897 commit ee6dc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/Linux/noobaa_service_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function verify_command_run {
PATH=/usr/local/noobaa:$PATH;
mkdir /usr/local/noobaa/logs
chmod 777 /usr/local/noobaa/remove_service.sh
/usr/local/noobaa/remove_service.sh ignore_rc > /dev/null 2>&
/usr/local/noobaa/remove_service.sh ignore_rc > /dev/null 2>&1
echo "Old services were removed if exited."
if [ -f /usr/bin/systemctl ] || [ -f /bin/systemctl ]; then
echo "Systemd detected. Installing service"
Expand Down

0 comments on commit ee6dc1e

Please sign in to comment.