change command name
authorOrakaro <nhatminh_179@hotmail.com>
Mon, 7 Jul 2014 15:50:43 +0000 (00:50 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Mon, 7 Jul 2014 15:50:43 +0000 (00:50 +0900)
rainbowstream/rainbow.py
setup.py

index f8cc9bf26faf0a867f28ffa51fcffa2403b791a7..749c3027316c527d6805f975fa5ec5d3b7dba58b 100644 (file)
@@ -837,6 +837,7 @@ def theme():
         f = open(path,'w')
         f.write(c['theme'])
         f.close()
+        os.system('chmod 777 ' + path)
         printNicely(light_green('Okay it will be applied from next time :)'))
     else:
         # Change theme
index 29bab807c03241d0245804c565c81af466160381..516413effb905e3b24f8f017eb61b6ec19ceb152 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,6 @@ setup(name='rainbowstream',
       entry_points="""
       # -*- Entry points: -*-
       [console_scripts]
-      rainbow=rainbowstream.rainbow:fly
+      rainbowstream=rainbowstream.rainbow:fly
       """,
       )