This commit is contained in:
julien
2025-09-23 19:27:33 +02:00
parent ba023e9f59
commit f3cdbcdc8c
13 changed files with 178 additions and 67 deletions

View File

@@ -1,26 +1,17 @@
#!/bin/bash
##########################
### Volumes mountpoints
echo
echo " => Volumes mountpoints"
echo " => Volumes"
echo
if [ -d /var/netig/srv ]
then
echo " -> Already done !"
else
if [ ! -d /var/netig/srv ]; then
mkdir -p /var/netig/srv
echo
echo " => Adjust /etc/fstab accordingly !"
echo
fi
if [ -d /var/netig/bak ]
then
echo " -> Already done !"
else
if [ ! -d /var/netig/bak ]; then
mkdir -p /var/netig/bak
echo
echo " => Adjust /etc/fstab accordingly !"