* Tue Sep 23 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.2-19.sme

- fix /run/BackupPC instead of /var prevents service start
- TODO: fix smanager2 display
This commit is contained in:
2025-09-23 17:03:11 -04:00
parent 199dc75778
commit 6ae090f94b
3 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ if [ -e /etc/BackupPC/config.pl ]; then
# Update paths
sed -i 's|/opt/backuppc/files|/var/lib/BackupPC|' /etc/BackupPC/config.pl
sed -i 's|/var/run/BackupPC|/run/BackupPC|' /etc/BackupPC/config.pl
sed -i 's|/usr/local/BackupPC|/usr/share/BackupPC|' /etc/BackupPC/config.pl
sed -i 's|/opt/backuppc/cgi-bin|/usr/share/BackupPC/sbin|' /etc/BackupPC/config.pl
sed -i 's|/opt/backuppc/images|/usr/share/BackupPC/html|' /etc/BackupPC/config.pl