* 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user