Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
outdoorbits committed Oct 26, 2023
1 parent c5f13e9 commit f9cbfaa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion scripts/apache_ports.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3

# Author: Stefan Saam, [email protected]

Expand Down
22 changes: 0 additions & 22 deletions scripts/apache_ports.sh

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/lib_comitup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run(self):
with open(self.configfile,'w') as f:
f.write('ap_name: little-backup-box-<nnnn>\n')
f.write('web_service: apache2.service\n')
f.write('external_callback: /var/www/little-backup-box/apache_ports.sh\n')
f.write('external_callback: /var/www/little-backup-box/apache_ports.py\n')
if self.Password:
if (
(len(self.Password) >= 8) and
Expand Down

0 comments on commit f9cbfaa

Please sign in to comment.