move config files for old scripts to separate folder
This commit is contained in:
@@ -9,16 +9,3 @@ SSHCONFIG=$HOME/.ssh/config
|
||||
# Format: user;host;port;pass;path;localpath
|
||||
#PRESSH[0]='user1;domain1.org;22;secretpassword1;/;/home/mypc/remote'
|
||||
#PRESSH[1]='user2;domain2.org;23;secretpassword2;/home/user2/;/media/mylocalspace'
|
||||
|
||||
|
||||
## mnt-share.sh
|
||||
NASIP='192.168.178.255'
|
||||
NASDIR='Share'
|
||||
NASUSER='user'
|
||||
NASPASS='password'
|
||||
|
||||
|
||||
## mnt-share2.sh
|
||||
SHAREPATH[0]='0:192.168.178.255/Share'
|
||||
SHAREUSER[0]='user'
|
||||
SHAREPASS[0]='password'
|
||||
|
||||
11
old_scripts/config.php
Normal file
11
old_scripts/config.php
Normal file
@@ -0,0 +1,11 @@
|
||||
## mnt-share.sh
|
||||
NASIP='192.168.178.40'
|
||||
NASDIR='Freigabe'
|
||||
NASUSER='Jaes'
|
||||
NASPASS='arsestar'
|
||||
|
||||
|
||||
## mnt-share2.sh
|
||||
SHAREPATH[0]='0:192.168.178.40/Freigabe'
|
||||
SHAREUSER[0]='Jaes'
|
||||
SHAREPASS[0]='arsestar'
|
||||
Reference in New Issue
Block a user