You've already forked peony-extensions
mirror of
https://github.com/ukui/peony-extensions.git
synced 2026-03-09 09:23:39 -07:00
e7ec58075b
[LINK] 39278
10 lines
185 B
Bash
10 lines
185 B
Bash
#!/bin/bash
|
|
#DEBHELPER#
|
|
|
|
if [ ! -d '/var/lib/samba/usershares' ];then
|
|
mkdir -p /var/lib/samba/usershares
|
|
fi
|
|
|
|
chmod 0770 /var/lib/samba/usershares
|
|
chmod +t /var/lib/samba/usershares
|