diff options
| -rwxr-xr-x | public/thesiah.sh | 4 | ||||
| -rwxr-xr-x | static/thesiah.sh | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh index d55f04d..2479a00 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -97,9 +97,7 @@ adduserandpass() { "/home/$name/Torrent/complete" \ "/home/$name/Torrent/incomplete" \ "/media/flash" \ - "/mnt/second/backup" \ - "/mnt/second/videos" \ - "/mnt/second/win10" \ + "/mnt/second" \ "/home/$name" && chown -R "$name":wheel /home/"$name" >/dev/null 2>&1 export repodir="/home/$name/.local/src" mkdir -p "$repodir" diff --git a/static/thesiah.sh b/static/thesiah.sh index d55f04d..2479a00 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -97,9 +97,7 @@ adduserandpass() { "/home/$name/Torrent/complete" \ "/home/$name/Torrent/incomplete" \ "/media/flash" \ - "/mnt/second/backup" \ - "/mnt/second/videos" \ - "/mnt/second/win10" \ + "/mnt/second" \ "/home/$name" && chown -R "$name":wheel /home/"$name" >/dev/null 2>&1 export repodir="/home/$name/.local/src" mkdir -p "$repodir" |
