1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Update post-install

This commit is contained in:
david hill
2018-03-05 16:15:57 -06:00
committed by GitHub
parent 208bb8b6b9
commit 278b1f3364

View File

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