saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
export PATH="/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:$PATH"
|
||||
|
||||
DATE="$(date)"
|
||||
#DATE="$(date)"
|
||||
HOSTNAME="$(hostname)"
|
||||
USERIP="$(echo "$SSH_CONNECTION" | cut -d " " -f 1)"
|
||||
RDNS="$(dig -x "$USERIP" +short)"
|
||||
#USERIP="$(echo "$SSH_CONNECTION" | cut -d " " -f 1)"
|
||||
#RDNS="$(dig -x "$USERIP" +short)"
|
||||
|
||||
if [[ "$USER" == "laser" ]]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user