Blame tests/p_samba/0-install_samba.sh

Athmane Madjoudj 7a6852
#!/bin/bash
Athmane Madjoudj 7a6852
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj 7a6852
40b4c8
if [ "$CONTAINERTEST" -eq "1" ]; then
40b4c8
    t_Log "Running in container -> SKIP"
40b4c8
    exit 0
40b4c8
fi
40b4c8
Athmane Madjoudj b9e5aa
t_InstallPackage samba samba-client cifs-utils
Athmane Madjoudj 7a6852
Athmane Madjoudj 7a6852
t_ServiceControl smb start