move config files for old scripts to separate folder

This commit is contained in:
2017-04-05 17:00:45 +02:00
parent cb938ad6ca
commit e1c8be262a
2 changed files with 11 additions and 13 deletions

View File

@@ -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
View 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'