mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-01 07:57:26 +01:00
Updated message
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e44eadb32e
commit
54aed699d0
1 changed files with 1 additions and 1 deletions
|
@ -86,6 +86,6 @@ def it_self_update():
|
||||||
subprocess.call("chmod +x {0}".format("install.sh"), shell=True)
|
subprocess.call("chmod +x {0}".format("install.sh"), shell=True)
|
||||||
subprocess.call("sh install.sh", shell=True)
|
subprocess.call("sh install.sh", shell=True)
|
||||||
else:
|
else:
|
||||||
print("\n{0}: There is no new version, already used the last !"
|
print("\n{0}: There is no new version, already used the last!"
|
||||||
"\n".format(_meta_.__all__))
|
"\n".format(_meta_.__all__))
|
||||||
raise SystemExit()
|
raise SystemExit()
|
||||||
|
|
Loading…
Add table
Reference in a new issue