remove /srv from default directory list

This commit is contained in:
Jérémy Lecour 2020-09-01 18:41:16 +02:00 committed by Jérémy Lecour
parent 1b9c56dbfd
commit 69146f1f9f

View file

@ -360,7 +360,7 @@ SSH_PORT=$(echo "${server}" | cut -d':' -f2)
HOSTNAME=$(hostname)
if [ "${SYSTEM}" = "linux" ]; then
rep="/bin /boot /lib /opt /sbin /usr /srv"
rep="/bin /boot /lib /opt /sbin /usr"
else
rep="/bsd /bin /sbin /usr"
fi