Changed from afp to smb in mount-synology
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
+10
-10
@@ -1,24 +1,24 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
~/.local/bin/sidebar-restore-macos
|
~/.local/bin/sidebar-restore-macos
|
||||||
open -gj "afp://10.0.0.14/Downloads"
|
open -gj "smb://10.0.0.14/Downloads"
|
||||||
sleep 10
|
sleep 10
|
||||||
open -gj "afp://10.0.0.14/Anime"
|
open -gj "smb://10.0.0.14/Anime"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Music"
|
open -gj "smb://10.0.0.14/Music"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Video"
|
open -gj "smb://10.0.0.14/Video"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Series"
|
open -gj "smb://10.0.0.14/Series"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/photo"
|
open -gj "smb://10.0.0.14/photo"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Backups"
|
open -gj "smb://10.0.0.14/Backups"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Recordings"
|
open -gj "smb://10.0.0.14/Recordings"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Work"
|
open -gj "smb://10.0.0.14/Work"
|
||||||
sleep 2
|
sleep 2
|
||||||
open -gj "afp://10.0.0.14/Dokumenty"
|
open -gj "smb://10.0.0.14/Dokumenty"
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
/usr/local/bin/mysides add Synology file:///Volumes/Recordings/
|
/usr/local/bin/mysides add Synology file:///Volumes/Recordings/
|
||||||
|
|||||||
Reference in New Issue
Block a user