fixed more filepath
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
print("Updaten? (Y/*)")
|
||||
local abfrage = io.read()
|
||||
|
||||
if abfrage == "Y\n" then
|
||||
if abfrage == "Y" then
|
||||
print("Ja!")
|
||||
os.execute("gitrepo seesberger/PowerManager /home/PowerManager")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user