Dotfiles config update (2022-12-04)
This commit is contained in:
parent
e24b27f18b
commit
fa1f837525
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Check root permissions
|
||||||
mkdir -p /etc/root &> /dev/null
|
mkdir -p /etc/root &> /dev/null
|
||||||
administrator=$?
|
administrator=$?
|
||||||
if [ ${administrator} -eq 0 ] ; then
|
if [ ${administrator} -eq 0 ] ; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user