scripts/bash/if-python-user.bash
2014-07-12 16:37:49 +03:00

6 lines
75 B
Bash

#!/usr/bin/env bash
if [[ $USER != "root" ]]; then
NOROOT="--user"
fi