Config dump.

This commit is contained in:
2026-07-06 16:53:38 -04:00
parent 8e9204bc21
commit bf462da948
17 changed files with 914 additions and 335 deletions

View File

@@ -33,7 +33,7 @@ if systemctl --user is-active --quiet rclone_ftp_mount.service; then
echo "Rclone service is already running."
else
echo "Starting the rclone service."
systemctl --user start rclone_ftp_mount.service || { echo "Failed to start the service"; exit 1; }
systemctl --user start rclone_ftp_mount.service || echo "Warning: Rclone service failed to start, skipping..."
fi
echo "Post-installation steps for rclone completed successfully."
echo "Post-installation steps for rclone completed."