Skip to content

Commit

Permalink
Update ghost
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored May 5, 2020
1 parent 70a0ee4 commit feb30d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def main():
turn = 1
else:
turn = 0
if turn == "1":
if turn == 1:
os.system("chmod +x core/apps/launch.sh && core/apps/launch.sh "+con[7:])
else:
print(E+"Application is not found!")
Expand Down

0 comments on commit feb30d9

Please sign in to comment.