1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

Update post-install

This commit is contained in:
david hill
2018-03-05 16:19:25 -06:00
committed by GitHub
parent 278b1f3364
commit ad67f17c54

View File

@@ -189,7 +189,7 @@ if [ $user = "root" ]; then
else else
$SUDO touch $RCFILE $SUDO touch $RCFILE
$SUDO chmod 777 $RCFILE $SUDO chmod 777 $RCFILE
$SUDO printf '%s\n' '#!/bin/bash' "#" | $SUDO tee -a $RCFILEl > /dev/null 2>&1 $SUDO printf '%s\n' '#!/bin/bash' "#" | $SUDO tee -a $RCFILE > /dev/null 2>&1
if [ -n "$systemctl" ]; then if [ -n "$systemctl" ]; then
$SUDO systemctl start rc-local >/dev/null 2>&1 $SUDO systemctl start rc-local >/dev/null 2>&1