psacct/SOURCES/accton-create
2022-05-17 10:28:12 +00:00

6 lines
109 B
Bash
Executable File

#!/bin/sh
ACCTFILE=/var/account/pacct
if [ ! -r $ACCTFILE ];then
touch $ACCTFILE && chmod 600 $ACCTFILE
fi