Compare commits

...

6 commits
v0.9 ... main

Author SHA1 Message Date
PhotoLinux a7bf152485 Merge branch 'development' into main 2021-05-11 09:14:39 +02:00
Paul S 543a0e59f1 Disable always gui mode for production release 2021-05-10 18:53:34 +02:00
PhotoLinux d7a2221941 Merge branch 'development' into main 2021-05-08 21:46:41 +02:00
PhotoLinux 2c00a11676 Merge branch 'development' into main 2021-05-06 15:25:56 +02:00
PhotoLinux f774219c71 Merge branch 'development' into main 2021-05-06 08:02:05 +02:00
PhotoLinux 453a6219e4 fixed problem with the Bash/ZSH config
Fixed a problem with the .bashrc and the .zshrc file.
2021-05-04 19:07:16 +02:00

View file

@ -151,5 +151,5 @@ def main(argv):
trace("Ending Backuppy install.py")
if __name__ == '__main__':
sys.argv.append("--gui") # TODO: disable for production
# sys.argv.append("--gui") # TODO: disable for production
sys.exit(main(sys.argv[1:]))