From: Orakaro Date: Mon, 7 Jul 2014 15:50:43 +0000 (+0900) Subject: change command name X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=2a4881713534f09a08e6f61ebb74e0f51b0bfa61 change command name --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index f8cc9bf..749c302 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -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 diff --git a/setup.py b/setup.py index 29bab80..516413e 100644 --- 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 """, )