aboutsummaryrefslogtreecommitdiffstats
path: root/install.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-09-16 09:30:02 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-09-16 09:30:02 +0300
commit72c37c147cff79d9eea594b2bb8833f177bcd1a7 (patch)
treedc5bc455767a3d21348840eda9b763cd2424d79d /install.py
parentafb58647a8f5004ed3288a35aabb800a1703212a (diff)
downloadServo-72c37c147cff79d9eea594b2bb8833f177bcd1a7.tar.gz
Servo-72c37c147cff79d9eea594b2bb8833f177bcd1a7.tar.bz2
Servo-72c37c147cff79d9eea594b2bb8833f177bcd1a7.zip
Cleanup
Diffstat (limited to 'install.py')
-rwxr-xr-xinstall.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/install.py b/install.py
index cee7b48..db3f9a1 100755
--- a/install.py
+++ b/install.py
@@ -15,10 +15,10 @@ args['install_language'] = raw_input('Language [sv]: ') or 'sv'
args['timezone'] = raw_input('Timezone [Europe/Stockholm]: ') or 'Europe/Stockholm'
args['install_id'] = raw_input('Installation ID [22]: ') or '22'
-args['dbhost'] = raw_input('Database host [localhost]: ') or 'localhost'
-args['dbname'] = raw_input('Database [servo]: ') or 'servo'
-args['dbuser'] = raw_input('DB user [servo]: ') or 'servo'
-args['dbpwd'] = raw_input('DB password []: ') or ''
+args['dbhost'] = raw_input('Database host [localhost]: ') or 'localhost'
+args['dbname'] = raw_input('Database [servo]: ') or 'servo'
+args['dbuser'] = raw_input('DB user [servo]: ') or 'servo'
+args['dbpwd'] = raw_input('DB password []: ') or ''
tpl_url = 'https://gist.githubusercontent.com/filipp/cba2ffecd0d5790f7245/raw/'
raw = requests.get(tpl_url).text