tutorial 1: add misc files

This commit is contained in:
nemunaire 2016-09-14 07:45:51 +02:00 committed by Pierre-Olivier Mercier
commit 3b55c0671d
3 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
[ -n "${NETSOUL_LOGIN}" ] && sed -i "s/user = '%LOGIN%'/user = '${NETSOUL_LOGIN}'/" /tumsoul_0.3.3.py
[ -n "${PASSSOCKS}" ] && sed -i "s/password = '%PASSSOCKS%'/password = '${PASSSOCKS}'/" /tumsoul_0.3.3.py
exec $@