7 lines
92 B
Bash
Executable File
7 lines
92 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
|
|
if [ $1 == 0 ]; then
|
|
rm -rf /etc/sudoers.d/zzz-bbb-docker-libreoffice
|
|
fi
|